Skip to content

Commit

Permalink
update daily_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author authored and gitee-org committed Apr 20, 2024
1 parent a75e4df commit ff1608a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .workflow/daily_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ stages:
commands:
- apt-get update --fix-missing -y
- apt-get install libgl1-mesa-dev -y
- apt-get install qtbase5-* -y
- ''
- qmake -v
- 'pip3 install aqtinstall '
- ''
- 'pip install aqtinstall '
- 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"
- cmake --build . --target xTools
- ls
- ''
artifacts:
- name: BUILD_ARTIFACT
path:
Expand Down

0 comments on commit ff1608a

Please sign in to comment.