We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fc392 commit 8b65188Copy full SHA for 8b65188
.github/jobs/macos.yml
@@ -31,10 +31,10 @@ jobs:
31
scheme: 'UnitTests'
32
sdk: 'macosx'
33
useXcpretty: false
34
- configuration: RelWithDebInfo
+ configuration: Debug
35
displayName: 'Build UnitTests macOS'
36
37
- script: |
38
- cd buildmacOS/Apps/UnitTests/RelWithDebInfo
+ cd buildmacOS/Apps/UnitTests/Debug
39
./UnitTests
40
displayName: 'Run UnitTests macOS'
0 commit comments