mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update daily_build.yml
This commit is contained in:
parent
eccc1480e0
commit
0b171cd2e9
@ -33,7 +33,8 @@ stages:
|
||||
- ls /usr/lib/x86_64-linux-gnu/cmake/
|
||||
- strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
|
||||
- cmake --version
|
||||
- cmake -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DCMAKE_BUILD_TYPE=Release ../ && make
|
||||
- cmake -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DCMAKE_BUILD_TYPE:STRING=Release -G "CodeBlocks - Unix Makefiles" ../ -G "Unix Makefiles"
|
||||
- cmake --build . --target QtSwissArmyKnife
|
||||
artifacts:
|
||||
- name: BUILD_ARTIFACT
|
||||
path:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user