1 Star 0 Fork 1

码头喇叭/GPSTk

forked from mmmmachine/GPSTk 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 575 Bytes
Copy Edit Raw Blame History
#.yml file for Github/Travis-CI support
# Use new trusty images, should yield newer compilers and packages
sudo: required
language: c++
os:
- linux
compiler:
- gcc-c++
addons:
apt:
packages:
- cmake
- swig
- libncurses5-dev
- libncursesw5-dev
- libgtest-dev
- gcovr
script:
- bash ./lint_test.sh
- mkdir build
- cd build
- export gpstk=`pwd`/install
- cmake -DPYTHON_INSTALL_PREFIX=$gpstk -DCMAKE_INSTALL_PREFIX=install -DBUILD_EXT=ON -DBUILD_PYTHON=ON -DTEST_SWITCH=ON ../
- make all -j 2
- ctest -j 2
after_success:
- make install -j 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mtlb250/GPSTk.git
git@gitee.com:mtlb250/GPSTk.git
mtlb250
GPSTk
GPSTk
master

Search