aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--appveyor.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 40e3912..515d8ca 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,10 @@ image:
- Visual Studio 2017
- Visual Studio 2019
+environment:
+ python_exe: C:\Python36-x64\python.exe
+ install_dir: C:\Projects\install
+
platform:
- Win32
- x64
@@ -16,7 +20,10 @@ install:
- git submodule update --init --recursive
build_script:
- - ps: .\.appveyor\build.ps1
+ - '"%python_exe%" cmake\build\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%" -- -DENABLE_TESTS=ON'
+
+test_script:
+ - '"%install_dir%\bin\unit_tests.exe"'
for:
# Only build Release builds for master to speed things up: