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 4a78530 commit 318af18Copy full SHA for 318af18
azure-pipelines.yml
@@ -48,7 +48,6 @@ jobs:
48
- template: windows-testing.yml@templates
49
parameters:
50
type: "Debug"
51
- cmakeArgs: "-DCMAKE_PREFIX_PATH=$(OPENGEODEPATH)"
52
53
- job: Test_Mac
54
dependsOn: Format
@@ -66,6 +65,7 @@ jobs:
66
65
- template: unix-testing.yml@templates
67
68
+ cmakeArgs: "-DCMAKE_PREFIX_PATH=$(OPENGEODEPATH);$(Build.SourcesDirectory)/build"
69
70
- template: semantic-release.yml@templates
71
0 commit comments