try with showing progess

This commit is contained in:
Nikolai Rodionov 2023-03-06 15:17:05 +01:00
parent d2806b64e7
commit 1e5a1d9690
No known key found for this signature in database
GPG Key ID: 906851F91B1DA3EF

View File

@ -24,6 +24,13 @@ steps:
cmake -B build -S ./ \
-DCMAKE_BUILD_TYPE=Release \
-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
- name: Prepare files for release