Skip to content
Snippets Groups Projects
Commit dccce0d8 authored by Soeren Peters's avatar Soeren Peters Committed by Soeren Peters
Browse files

Add ctest path.

parent fb1d49e1
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -208,9 +208,11 @@ msvc_16_unit_tests:
needs: ["msvc_16"]
before_script:
- cd $CI_PROJECT_DIR/build
- $env:Path += ";C:\Program Files\CMake\bin\"
- ctest --version
script:
- cd $CI_PROJECT_DIR/build
- ctest
###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment