]> git.lizzy.rs Git - sqlite3-cmake.git/blobdiff - appveyor.yml
3.34.0
[sqlite3-cmake.git] / appveyor.yml
index 2efbf4a1277525b085cd42aa6a66a01e79880c32..e0f292d9b2adcc7c3675dd1756c819a48375d962 100644 (file)
@@ -25,20 +25,11 @@ clone_folder: c:\projects\sqlite
 platform: x64\r
 configuration: Release\r
 \r
-install:\r
-  # by default, all script lines are interpreted as batch\r
-\r
-build:\r
-  project: INSTALL.vcxproj      # path to Visual Studio solution or project\r
-\r
-# scripts to run before build\r
-before_build:\r
+build_script:\r
   - echo Running cmake...\r
   - cd c:\projects\sqlite\r
-  - cmake -G "Visual Studio 16 2019 Win64" -DCMAKE_INSTALL_PREFIX=%P%\r
-\r
-# scripts to run after build\r
-after_build:\r
+  - cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX=%P%\r
+  - cmake --build . --target INSTALL --config Release\r
   - cd %P%\r
   - 7z a c:\projects\sqlite\sqlite.zip * -tzip\r
   - cd c:\projects\sqlite\r