Skip to content

Commit

Permalink
fix CI logic
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 3, 2020
1 parent fda5dd1 commit 4f1a678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ script:
- mkdir built
- ./configure-static
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.12.3 -c "cd /app/libgit && git submodule init && git submodule update && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF .. && cmake --build . && cd /app && qmake pwa-to-twa.pro && make && cd /app/libgit && rm -rf build"
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.12.3 -c "cd /app && make distclean"
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_16.04_xenial
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.12.3 -c "cd /app && make distclean"
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.14.2 -c "cd /app/libgit && git submodule init && git submodule update && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF .. && cmake --build . && cd /app && qmake pwa-to-twa.pro && make && cd /app/libgit && rm -rf build"
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.14.2 -c "cd /app && make distclean"
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_18.04_bionic
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.14.2 -c "cd /app && make distclean"
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.15 -c "cd /app/libgit && git submodule init && git submodule update && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF .. && cmake --build . && cd /app && qmake pwa-to-twa.pro && make && cd /app/libgit && rm -rf build"
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.15 -c "cd /app && make distclean"
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_20.04_focal
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.15 -c "cd /app && make distclean"
deploy:
provider: releases
api_key: $PWA_TO_TWA_ACCESS_KEY
Expand Down

0 comments on commit 4f1a678

Please sign in to comment.