mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
update daily_build.yml
This commit is contained in:
parent
a75e4dfce9
commit
ff1608a0bb
@ -22,13 +22,14 @@ stages:
|
|||||||
commands:
|
commands:
|
||||||
- apt-get update --fix-missing -y
|
- apt-get update --fix-missing -y
|
||||||
- apt-get install libgl1-mesa-dev -y
|
- apt-get install libgl1-mesa-dev -y
|
||||||
- apt-get install qtbase5-* -y
|
- ''
|
||||||
- qmake -v
|
- qmake -v
|
||||||
- 'pip3 install aqtinstall '
|
- ''
|
||||||
|
- 'pip install aqtinstall '
|
||||||
- aqt install-qt linux desktop 6.5.3 gcc_64 -m qtcharts qtserialbus qtserialport
|
- aqt install-qt linux desktop 6.5.3 gcc_64 -m qtcharts qtserialbus qtserialport
|
||||||
- ''
|
- ''
|
||||||
- cmake -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DCMAKE_BUILD_TYPE:STRING=Release -G "CodeBlocks - Unix Makefiles" ../ -G "Unix Makefiles"
|
- ls
|
||||||
- cmake --build . --target xTools
|
- ''
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
path:
|
path:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user