Split up test/build commands to tell which specific step might be having

problems.
This commit is contained in:
Rene Rivera 2015-05-29 09:32:52 -05:00
parent f009d8724d
commit ce88b6ad64

View file

@ -1,4 +1,8 @@
language: c
compiler:
- gcc
script: ./bootstrap.sh && ./b2 -n && ./b2 -n -d0 status
script:
- ./bootstrap.sh
- ./b2 -n
- cd status
- ./b2 -n -d0