Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
2 parents a5ed777 + 3185e11 commit 3ed5f6d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .workflow/daily_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@ stages:
displayName: Build
gccVersion: '9.4'
commands:
- ./buildqt5.sh
- sudo apt-get update --fix-missing -y
- 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:
- name: BUILD_ARTIFACT
path:
Expand Down

0 comments on commit 3ed5f6d

Please sign in to comment.