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-21 15:08:32 +0300
committerHannah von Reth <vonreth@kde.org>2022-10-07 09:27:05 +0300
commita194fdff5df45b3a0ba6c5da098e1c8a02c58e27 (patch)
tree7d472b6950d2c0f928f574c3e71673707e414475
parent7d9fedc567ffc6bd17552c0a72e2aae28041c780 (diff)
Ci: Enable forceAsserts
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 73090fcee..a7a06ad97 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -76,6 +76,7 @@ jobs:
- name: Prepare
run: |
+ & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set forceAsserts=true owncloud/owncloud-client
if ($IsWindows) {
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c dev-utils/nsis
} elseif($IsLinux) {