Skip to content

Commit

Permalink
[#87] Combine Packaging and System Tests into One Travis Test Phase (#89
Browse files Browse the repository at this point in the history
)
  • Loading branch information
apldev3 committed Feb 5, 2019
1 parent 0a8380d commit 6b9e0aa
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,15 @@ script:

jobs:
include:
- stage: package
script: docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash -c "cd /HIRS; ./package/package.centos.sh"
env: null
name: "Package Centos"
- script: docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:ubuntu18 /bin/bash -c "cd /HIRS; ./package/package.ubuntu.sh"
- stage: Packaging and System Tests
script: docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:ubuntu18 /bin/bash -c "cd /HIRS; ./package/package.ubuntu.sh"
env: null
name: "Package Ubuntu"
- stage: system-tests
- stage: Packaging and System Tests
script: .ci/system-tests/./run-system-tests.sh
env: null
name: "System Tests"
- stage: system-tests
- stage: Packaging and System Tests
script: .ci/system-tests/./run-system-tests-tpm2.sh
env: null
name: "System Tests TPM2"

0 comments on commit 6b9e0aa

Please sign in to comment.