summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-11-18 01:42:31 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 21:51:07 +0100
commit8a388050ab9041a144b9d78d5ef4d398e90b6571 (patch)
tree53c55f822e288723f37f38f7bd2da7d6c4433240
parent66c1afa128c5b5aa6bbdc302c8a54687bafd27ff (diff)
Build some more
-rw-r--r--.github/workflows/build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2aa45cb1..fa49e440 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,13 +7,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
+ - uses: ilammy/msvc-dev-cmd@v1
- name: Setup Qt environment
uses: jurplel/install-qt-action@v2
with:
version: '5.15.2'
- name: Build QtPass
run: |
- qmake
+ qmake qtpass.pro CONFIG+=static
make
copy README.md src\release\README.txt
copy LICENSE src\release\LICENSE.txt
@@ -45,9 +46,10 @@ jobs:
run: |
qmake
make
+ macdeployqt main/QtPass.app
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: PyQtPass-macOS
- path: release/
+ path: macdeployqt main/QtPass.app