Selaa lähdekoodia

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

Rene Rivera 11 vuotta sitten
vanhempi
sitoutus
ce88b6ad64
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -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

粤ICP备19079148号