Skip to content

Commit

Permalink
Build against project-akashi.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa authored Jun 23, 2024
1 parent fc2e6f0 commit 1f766f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: qmake and build
run: |
cd $GITHUB_WORKSPACE
qmake
qmake project-akashi.pro
make
mv bin/config_sample bin/config
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: qmake and build
run: |
cd $GITHUB_WORKSPACE
qmake CONFIG+=coverage
qmake CONFIG+=coverage project-akashi.pro
make
- name: Run tests
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Build
run: |
cd $Env:GITHUB_WORKSPACE
qmake "CONFIG += qtquickcompiler" akashi.pro
qmake "CONFIG += qtquickcompiler" project-akashi.pro
nmake
windeployqt bin\akashi.exe --release --no-opengl-sw
mv bin\config_sample bin\config
Expand Down

0 comments on commit 1f766f5

Please sign in to comment.