File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2828 choco upgrade -y visualstudio2022-workload-vctools
2929 make : msbuild countly-tests.vcxproj -t:rebuild -verbosity:diag -property:Configuration=Release && .\Release\countly-tests.exe
3030 - os : macos-15
31- cmake-install : |
32- curl -LO https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-macos-universal.tar.gz
33- tar -xzf cmake-3.31.9-macos-universal.tar.gz
34- sudo cp -R cmake-3.31.9-macos-universal/CMake.app/Contents/bin/* /usr/local/bin/
31+ cmake-install : " brew install cmake"
3532 dependencies : " brew install openssl"
3633 make : make ./countly-tests && ./countly-tests
3734 - os : ubuntu-24.04
7269 cmake -DCOUNTLY_BUILD_TESTS=1 -B build . ${{ matrix.cmake-generator }}
7370 cd build
7471 ${{ matrix.make }}
72+ env :
73+ CMAKE_POLICY_VERSION_MINIMUM : 3.0
You can’t perform that action at this time.
0 commit comments