chore: update the file of project

This commit is contained in:
Qsaker 2023-11-22 01:22:31 +08:00
parent a7174ca0c6
commit 211c11b30f

View File

@ -32,6 +32,7 @@ stages:
- apt-get install libqt5websockets5 libqt5websockets5-dev -y
- '# -------------------------------------------------------------'
- mkdir build && cd build
- 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 -j2
artifacts:
- name: BUILD_ARTIFACT