Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 3, 2020
1 parent 76ceb0d commit fda5dd1
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 @@ -16,7 +16,7 @@ script:
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_18.04_bionic
- 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
- mv pwa-to-twa built/pwa-to-twa_${VERSION}_20.04_focal
deploy:
provider: releases
api_key: $PWA_TO_TWA_ACCESS_KEY
Expand Down

0 comments on commit fda5dd1

Please sign in to comment.