|
|
@ -124,6 +124,34 @@ jobs: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultDebug |
|
|
|
- stage: Build (1st run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- rm -rf build |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh Build1 |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultRelease |
|
|
|
- stage: Build (1st run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- rm -rf build |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh Build1 |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
|
|
|
|
### |
|
|
|
# Stage: Build (2nd run) |
|
|
@ -181,6 +209,32 @@ jobs: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultDebug |
|
|
|
- stage: Build (2nd run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh Build2 |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultRelease |
|
|
|
- stage: Build (2nd run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh Build2 |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
|
|
|
|
### |
|
|
|
# Stage: Build (3rd run) |
|
|
@ -238,6 +292,32 @@ jobs: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultDebug |
|
|
|
- stage: Build (3rd run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh Build3 |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultRelease |
|
|
|
- stage: Build (3rd run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh Build3 |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
|
|
|
|
### |
|
|
|
# Stage: Build (4th run) |
|
|
@ -295,6 +375,32 @@ jobs: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultDebug |
|
|
|
- stage: Build (4th run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh BuildLast |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultRelease |
|
|
|
- stage: Build (4th run) |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh BuildLast |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
|
|
|
|
### |
|
|
|
# Stage: Test all |
|
|
@ -360,6 +466,32 @@ jobs: |
|
|
|
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"; |
|
|
|
- docker commit storm movesrwth/storm:travis; |
|
|
|
- docker push movesrwth/storm:travis; |
|
|
|
# ubuntu-18.04 - DefaultDebug |
|
|
|
- stage: Test all |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh TestAll |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
# ubuntu-18.04 - DefaultRelease |
|
|
|
- stage: Test all |
|
|
|
os: linux |
|
|
|
compiler: gcc |
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-18.04 COMPILER=gcc |
|
|
|
install: |
|
|
|
- travis/install_linux.sh |
|
|
|
script: |
|
|
|
- travis/build.sh TestAll |
|
|
|
before_cache: |
|
|
|
- docker cp storm:/opt/storm/. . |
|
|
|
after_failure: |
|
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
|
allow_failures: |
|
|
|
- stage: Build (1st run) |
|
|
|
os: linux |
|
|
|