try with showing progess
This commit is contained in:
parent
d2806b64e7
commit
1e5a1d9690
@ -24,6 +24,13 @@ steps:
|
|||||||
cmake -B build -S ./ \
|
cmake -B build -S ./ \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
||||||
|
- git submodule update --init --recursive --progress
|
||||||
|
|
||||||
|
- name: Build the Linux version
|
||||||
|
image: ubuntu
|
||||||
|
commands:
|
||||||
|
- ./linux/deb_get_prereqs.sh
|
||||||
|
- cmake -B build -S /src -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
||||||
- cmake --build build
|
- cmake --build build
|
||||||
|
|
||||||
- name: Prepare files for release
|
- name: Prepare files for release
|
||||||
|
Loading…
Reference in New Issue
Block a user