Skip to content

Commit

Permalink
Test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Jul 27, 2020
1 parent d11e9b2 commit 56b13e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
- CFLAGS="-I/usr/local/opt/[email protected]/include/"
- NISTFLAGS="-I/usr/local/opt/[email protected]/include/"
- LDFLAGS="-L/usr/local/opt/[email protected]/lib/"
- os: windows
compiler: msvc19
before_install:
- choco install openssl
script:
- mkdir build
- cd build
- cmake -A x64 -DCMAKE_BUILD_TYPE=Release ..
- cmake --build . -- /property:Configuration=Release
- ctest --output-on-failure -C Release

- stage: coverage
os: linux
Expand Down

0 comments on commit 56b13e5

Please sign in to comment.