Commit cc94b59 1 parent fed1913 commit cc94b59 Copy full SHA for cc94b59
File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 39
39
os : macos-latest
40
40
container :
41
41
useSonarCloud :
42
+ - name : macos-clang-arm64-debug
43
+ target : macos-clang-arm64-debug
44
+ os : macos-latest
45
+ container :
46
+ useSonarCloud :
42
47
- name : linux-gcc-x86_64
43
48
target : linux-64-gcc
44
49
os : ubuntu-latest
@@ -135,6 +140,12 @@ jobs:
135
140
- name : Build
136
141
if : ${{ !matrix.useSonarCloud }}
137
142
run : |
143
+ if ("${{ matrix.target }}" -eq "macos-64-clang-debug" ) {
144
+ # https://api.kde.org/ecm/module/ECMEnableSanitizers.html
145
+ # address;leak;undefined
146
+ # clang: error: unsupported option '-fsanitize=leak' for target 'x86_64-apple-darwin21.6.0'
147
+ & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set args="-DECM_ENABLE_SANITIZERS='address;undefined'" owncloud/owncloud-client
148
+ }
138
149
if ("${{ matrix.target }}" -eq "linux-64-gcc" ) {
139
150
# build with appimage updater and others
140
151
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set enableAppImageUpdater=true owncloud-client
You can’t perform that action at this time.
0 commit comments