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
fb0e9b722e
commit
3185e11d1d
@ -20,8 +20,19 @@ stages:
|
|||||||
displayName: Build
|
displayName: Build
|
||||||
gccVersion: '9.4'
|
gccVersion: '9.4'
|
||||||
commands:
|
commands:
|
||||||
- sudo chmod +x ./buildwithqt5.sh
|
- sudo apt-get update --fix-missing -y
|
||||||
- sudo ./buildwithqt5.sh
|
- apt-get install libgl1-mesa-dev -y
|
||||||
|
- apt-get install qt5-base-dev -y
|
||||||
|
- qmake -v
|
||||||
|
- apt-get install libqt5charts5* -y
|
||||||
|
- apt-get install libqt5serialbus5* -y
|
||||||
|
- apt-get install libqt5websockets5* -y
|
||||||
|
- apt-get install libqt5serialport5* -y
|
||||||
|
- mkdir buildqt5
|
||||||
|
- cd buildqt5
|
||||||
|
- lsb_release -a
|
||||||
|
- cmake --version
|
||||||
|
- cmake -DQT_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DQt5_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DCMAKE_BUILD_TYPE="Release" ../ && make
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
path:
|
path:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user