mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Split up test/build commands to tell which specific step might be having
problems.
This commit is contained in:
parent
f009d8724d
commit
ce88b6ad64
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue