Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mklarqvist committed Aug 16, 2019
1 parent acfcbea commit e598f9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ build_script:
- if "%platform%" == "x86" cmake -G "Visual Studio 15 2017" .
- if "%platform%" == "x64" cmake -G "Visual Studio 15 2017 Win64" .
- cmake --build . --config Release
- make

test_script:
- ps: C:/projects/libalgebra/benchmark.exe
- ps: C:\projects\libalgebra\Release\benchmark.exe

0 comments on commit e598f9b

Please sign in to comment.