From 1e5a1d96901e46765a9446b8521bd553313ee4d9 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 6 Mar 2023 15:17:05 +0100 Subject: [PATCH] try with showing progess --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 93db9f2..3c1d2e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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