Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jan 21, 2018
1 parent cfd32b8 commit 3e30500
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
version: 1.0.{build}

platform:
- x86
- x64

branches:
Expand All @@ -12,15 +13,12 @@ branches:

os: Visual Studio 2017

environment:
CTEST_OUTPUT_ON_FAILURE: 1

build_script:
- if "%platform%" == "x86" cmake . -G "Visual Studio 15 2017" -DBUILD_TESTS=ON
- if "%platform%" == "x64" cmake . -G "Visual Studio 15 2017 Win64" -DBUILD_TESTS=ON
- cmake --build . --config Release

test_script:
- ctest -C Release
- ctest -C Release

- cd Release
- primecount.exe --test

0 comments on commit 3e30500

Please sign in to comment.