Commit 8807d7b4 authored by Robert T. McGibbon's avatar Robert T. McGibbon
Browse files

Fix path

parent a802dfc2
...@@ -53,9 +53,8 @@ build_script: ...@@ -53,9 +53,8 @@ build_script:
- cmake -G "NMake Makefiles" %CMAKE_FLAGS% -LA -DCMAKE_CXX_FLAGS_RELEASE="/MD /Od /Ob0 /D NDEBUG" .. - cmake -G "NMake Makefiles" %CMAKE_FLAGS% -LA -DCMAKE_CXX_FLAGS_RELEASE="/MD /Od /Ob0 /D NDEBUG" ..
- cmake --build . --target install - cmake --build . --target install
- cmake --build . --target PythonInstall - cmake --build . --target PythonInstall
- cd %APPVEYOR_BUILD_FOLDER%
test_script: test_script:
- python devtools\run-ctest.py - python %APPVEYOR_BUILD_FOLDER%\devtools\run-ctest.py
- cd python\tests - cd python\tests
- py.test -v - py.test -v
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment