1
0
Fork 0

use YAML to condense script replication

This commit is contained in:
Colin Schmidt 2017-05-17 14:41:04 -07:00
parent 0c382204d4
commit 66d660ff60
1 changed files with 6 additions and 5 deletions

View File

@ -51,17 +51,18 @@ jobs:
before_cache:
- ls -t regression/install | tail -n+2 | sed s@^@regression/install/@ | xargs rm -rf
env: SUITE=none
- stage: Test
- &test
stage: Test
script:
- make emulator-ndebug -C regression SUITE=$SUITE
- travis_wait 30 make emulator-regression-tests -C regression SUITE=$SUITE
env: SUITE=RocketSuiteA
- stage: Test
- <<: *test
env: SUITE=RocketSuiteB
- stage: Test
- <<: *test
env: SUITE=RocketSuiteC
- stage: Test
- <<: *test
env: SUITE=GroundtestSuite
- stage: Test
- <<: *test
env: SUITE=UnittestSuite