fix: parameter error

This commit is contained in:
Qsaker 2023-11-22 00:27:13 +08:00
parent adfbf245f8
commit 34267d74f8

View File

@ -32,7 +32,7 @@ stages:
- apt-get install libqt5websockets5 libqt5websockets5-dev -y - apt-get install libqt5websockets5 libqt5websockets5-dev -y
- '# -------------------------------------------------------------' - '# -------------------------------------------------------------'
- mkdir build && cd build - mkdir build && cd build
- cmake -DQT_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DQt5_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5 -DCMAKE_BUILD_TYLE="Release" -G 'Unix Makefiles' ../ && make -j2 - 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" -G 'Unix Makefiles' ../ && make -j2
artifacts: artifacts:
- name: BUILD_ARTIFACT - name: BUILD_ARTIFACT
path: path: