Skip to content

Commit

Permalink
add windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 4, 2019
1 parent 0c61e94 commit 12d2341
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Windows
/debug
/release

# C++ objects and libs
*.slo
*.lo
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ services:
- docker
script:
- docker run --rm -it -v $(pwd):/app fffaraz/qt:static /bin/bash -c "cd /app && qmake && make"
- docker run --rm -it -v $(pwd):/app fffaraz/qt:windows /bin/bash -c "cd /app && /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt5 && make"
deploy:
provider: releases
api_key: $PWA_TO_TWA_ACCESS_KEY
skip_cleanup: true
file: pwa-to-twa
file:
- pwa-to-twa
- release/pwa-to-twa.exe
on:
tags: true
branches:
Expand Down

0 comments on commit 12d2341

Please sign in to comment.