Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-09-20 16:17:54 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-09-20 16:17:54 +0300
commit4f9b0eaec251cc0616c3025cb7a90bdce7f948a6 (patch)
tree8366350b16b98efb6bd04d6a3e116334eefa9c1b
parent27dc3da26c4d2da4d86efb8f754f45eacc2a4f9d (diff)
Ci: Build full debug buildswork/debug_build
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 08222f13b..22f69ca8a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,17 +23,17 @@ jobs:
matrix:
include:
- name: Windows 64-bit cl
- target: windows-msvc2019_64-cl
+ target: windows-msvc2019_64-cl-debug
os: windows-latest
fetch-depth: 0
container:
- name: macOS 64-bit clang
- target: macos-64-clang
+ target: macos-64-clang-debug
os: macos-latest
fetch-depth: 1
container:
- name: CentOS 7 64-bit gcc
- target: linux-64-gcc
+ target: linux-64-gcc-debug
os: ubuntu-latest
container: owncloudci/appimage-build:centos7-amd64
fetch-depth: 1