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 729c922 commit 43dd7ae
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,14 @@ jobs:
brew unlink unixodbc
brew install libiodbc
brew install tree
tree /usr/local/Cellar/postgresql@14/14.10/lib -L 4
tree /usr/local/Cellar/postgresql@14/14.10/lib/postgresql@14-L 2
mkdir -p /Applications/Postgres.app/Contents/Versions/14/lib
ln -s /usr/local/Cellar/postgresql@14/14.10/lib/postgresql@14/libpq.5.14.dylib /Applications/Postgres.app/Contents/Versions/14/lib/libpq.5.dylib
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
# ls && ls ./sak && ls ./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 43dd7ae

Please sign in to comment.