0 Star 1 Fork 1

孙志亮 / cilantro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: required
dist: bionic
addons:
apt:
packages:
- g++
- cmake
- libeigen3-dev
- libglew-dev
before_install:
- wget https://github.com/stevenlovegrove/Pangolin/archive/master.zip -O Pangolin.zip && unzip Pangolin.zip
- mkdir -p Pangolin-master/build && cd Pangolin-master/build && cmake .. && make -j8 && sudo make install && cd ../..
language: cpp
compiler:
- gcc
os:
- linux
env:
- BUILD_TYPE=Release
script:
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE ..
- make -j8
1
https://gitee.com/sun_6s/cilantro.git
git@gitee.com:sun_6s/cilantro.git
sun_6s
cilantro
cilantro
master

搜索帮助