Skip to content

Commit

Permalink
chore: update the building script
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 24, 2023
1 parent 8a3fa4a commit 57f0216
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
release-for-windows:
runs-on: windows-2019
needs: update-release
if: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -59,6 +60,7 @@ jobs:
release-for-linux:
runs-on: ubuntu-20.04
needs: update-release
if: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -108,13 +110,15 @@ jobs:
brew install libiodbc
mkdir build
cd build
ls / || true
ls /opt
ls /Applications || true
ls /Applications/Postgres.app || true
ls /Applications/Postgres.app/Contents || true
ls /Applications/Postgres.app/Contents/Versions || true
cmake -DCMAKE_PREFIX_PATH='${{ github.workspace }}/Qt/6.5.3/clang_64/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE:STRING=Release -G "Unix Makefiles" ../
cmake --build . --target QtSwissArmyKnife
dir && dir ./sak && dir ./sak/QtSwissArmyKnife
# cmake -DCMAKE_PREFIX_PATH='${{ github.workspace }}/Qt/6.5.3/clang_64/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE:STRING=Release -G "Unix Makefiles" ../
# cmake --build . --target QtSwissArmyKnife
# ls && ls ./sak && ls ./sak/QtSwissArmyKnife
- name: Upload Release Asset for macOS
run: |
dir && gh release upload continuous 'build/sak/QtSwissArmyKnife/qtswissarmyknife-macos-11.dmg'

0 comments on commit 57f0216

Please sign in to comment.