-
Notifications
You must be signed in to change notification settings - Fork 8
/
.travis.yml
30 lines (30 loc) · 1022 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get update -qq
install:
- wget http://www.biicode.com/downloads/latest/ubuntu64
- mv ubuntu64 bii-ubuntu64.deb
- (! sudo dpkg -i bii-ubuntu64.deb ) && sudo apt-get -f install
- rm bii-ubuntu64.deb
- wget http://www.cmake.org/files/v3.0/cmake-3.0.1-Linux-i386.tar.gz
- tar -xzf cmake-3.0.1-Linux-i386.tar.gz
- sudo cp -fR cmake-3.0.1-Linux-i386/* /usr
- rm -rf cmake-3.0.1-Linux-i386
- rm cmake-3.0.1-Linux-i386.tar.gz
script:
- cmake --version
- bii init biicode_project
- mkdir -p ./biicode_project/blocks/danielgutson/mili
- mv !(biicode_project) ./biicode_project/blocks/danielgutson/mili
- cd biicode_project
- bii cpp:build
- ls ./bin
- ./bin/danielgutson_mili_tests_mili_test_suite
after_success:
- bii user sbaker -p $BII_danielgutson_PASSWORD
- bii publish
env:
global:
secure: f32PAF1lt4Wtm30D4FMQOGEE/tqq2tWSqrcOaKxXmJB1v7OTlRg+smXZtUPIV/Ax/tW/mST0GtoCSsN6tyzEEfLVVzGR/G3/ITsczavD1tflIGKFt7qN13r3g/pMZdnVe/jeKfFJ3sIpAbDgfFc5CrYZk6GUWd3+r9zUP4RQTDc=