1 Star 1 Fork 10

李建成/geoda

forked from geoda/geoda_mirror 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixun910 提交于 2016-05-24 17:18 . Update .travis.yml
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
before install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update fi;
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install cmake g++ subversion curl libssl-dev libreadline6-dev zlib1g-dev libexpat1-dev dh-autoreconf libcurl4-gnutls-dev libgtk-3-dev libwebkit-dev mesa-common-dev freeglut3-dev libglu1-mesa-dev libgl1-mesa-dev libgtk2.0-dev libexpat1-dev fi;
install:
- cd BuildTools/ubuntu
- ./build_travis.sh
script:
- echo "GeoDa Ubuntu"
notifications:
email:
recipients:
on_success: always
on_failure: always
after_success:
- coveralls
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Lee_Jiancheng/geoda.git
[email protected]:Lee_Jiancheng/geoda.git
Lee_Jiancheng
geoda
geoda
master

搜索帮助