Skip to content

Commit

Permalink
AppVeyor: Test before Install
Browse files Browse the repository at this point in the history
Fails otherwise (now)
  • Loading branch information
ax3l committed Jan 27, 2021
1 parent 8946558 commit e73a3c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ before_build:

build_script:
- cmd: cmake --build . --config %CONFIGURATION%
- cmd: ctest -V -C %CONFIGURATION%
- cmd: cmake --build . --config %CONFIGURATION% --target install
# note: running ctest after install seems to fail...

test_script:
- cmd: ctest -V -C %CONFIGURATION%
- cmd: python -c "import openpmd_api; print(openpmd_api.__version__); print(openpmd_api.variants)"

0 comments on commit e73a3c4

Please sign in to comment.