mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: parameter error
This commit is contained in:
parent
adfbf245f8
commit
34267d74f8
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user