File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,22 +130,22 @@ jobs:
130130 - task : CMake@1
131131 inputs :
132132 workingDirectory : ' build.debug'
133- cmakeArgs : ' -G Ninja -DCMAKE_MAKE_PROGRAM=$(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.0 -osx/ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..'
133+ cmakeArgs : ' -G Ninja -DCMAKE_MAKE_PROGRAM=$(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.1 -osx/ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..'
134134 - task : CMake@1
135135 inputs :
136136 workingDirectory : ' build.release'
137- cmakeArgs : ' -G Ninja -DCMAKE_MAKE_PROGRAM=$(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.0 -osx/ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..'
137+ cmakeArgs : ' -G Ninja -DCMAKE_MAKE_PROGRAM=$(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.1 -osx/ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..'
138138 - script : |
139139 cd build.debug
140- $(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.0 -osx/ninja
140+ $(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.1 -osx/ninja
141141 displayName: 'Run ninja debug'
142142 - script : |
143143 cd build.debug/Release/Binaries
144144 ./test_runner *test.dylib
145145 displayName: 'Run Tests debug'
146146 - script : |
147147 cd build.release
148- $(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.0 -osx/ninja
148+ $(Build.SourcesDirectory)/vcpkg/downloads/tools/ninja-1.10.1 -osx/ninja
149149 displayName: 'Run ninja, release'
150150 - script : |
151151 cd build.release/Release/Binaries
You can’t perform that action at this time.
0 commit comments