mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the building script
This commit is contained in:
parent
8a3fa4a5d6
commit
57f02168f0
10
.github/workflows/build-daily.yml
vendored
10
.github/workflows/build-daily.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
release-for-windows:
|
||||
runs-on: windows-2019
|
||||
needs: update-release
|
||||
if: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -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
|
||||
@ -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'
|
||||
Loading…
Reference in New Issue
Block a user