Switch travis build to cmake
This commit is contained in:
parent
7a11b03e49
commit
351868c5fe
22
.travis.yml
22
.travis.yml
@ -7,21 +7,9 @@ before_install:
|
||||
&& chmod +x update_gcc_version.sh
|
||||
&& ./update_gcc_version.sh 4.8
|
||||
&& rm update_gcc_version.sh
|
||||
before_script:
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
|
||||
&& chmod +x setup_biicode_project.sh
|
||||
&& ./setup_biicode_project.sh
|
||||
&& rm setup_biicode_project.sh
|
||||
script:
|
||||
- bii cpp:build --target messmer_cpp-utils_test_main -- -j2
|
||||
- "./bin/messmer_cpp-utils_test_main"
|
||||
after_success:
|
||||
- bii user ${BII_USERNAME} -p ${BII_PASSWORD}
|
||||
- bii publish
|
||||
#deploy:
|
||||
# provider: biicode
|
||||
# user: ${BII_USERNAME}
|
||||
# password:
|
||||
# secure: ${BII_PASSWORD}
|
||||
# on:
|
||||
# branch: develop
|
||||
- mkdir cmake
|
||||
- cd cmake
|
||||
- cmake ..
|
||||
- make -j2
|
||||
- ./test/cpp-utils-test
|
||||
|
Loading…
Reference in New Issue
Block a user