4 Star 5 Fork 0

Gitee 极速下载/gumbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/google/gumbo-parser
克隆/下载
.travis.yml 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: c++
compiler:
- gcc
- clang
os:
- linux
- osx
install:
- wget 'https://googletest.googlecode.com/files/gtest-1.7.0.zip'
- unzip gtest-1.7.0.zip
- ln -s gtest-1.7.0 gtest
- sudo pip install BeautifulSoup
- sudo pip install html5lib==0.95
script:
- ./autogen.sh && ./configure && make && make check
- python python/gumbo/gumboc_test.py
- python python/gumbo/html5lib_adapter_test.py
- python python/gumbo/soup_adapter_test.py
- sudo make install
- g++ examples/clean_text.cc `pkg-config --cflags --libs gumbo`
- sudo python setup.py sdist install
- python -c 'import gumbo; gumbo.parse("Foo")'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/gumbo.git
[email protected]:mirrors/gumbo.git
mirrors
gumbo
gumbo
master

搜索帮助