Skip to content

Commit

Permalink
Install recent cmake version on AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 27, 2024
1 parent 9eb8102 commit 39b9037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ install:
}
Write-Output "To be skipped ODBC tests: $env:SOCI_ODBC_SKIP_TESTS"
- git clone https://github.com/snikulov/sqlite.cmake.build.git C:\projects\sqlite\src
# Ensure we have a recent cmake version available
- choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
- refreshenv

before_build:
- set SQLITE_ROOT=C:\projects\sqlite\sqlite
Expand Down

0 comments on commit 39b9037

Please sign in to comment.