Skip to content

Commit

Permalink
switch to LTS in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Aug 10, 2020
1 parent 54272df commit 5790a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.9 -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"
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_16.04_xenial
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.9 -c "cd /app && make distclean"
- docker run --rm -it -v $(pwd):/app rikudousage/qt-static:5.13 -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 -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"
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_18.04_bionic
deploy:
provider: releases
Expand Down

0 comments on commit 5790a36

Please sign in to comment.