Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Aug 15, 2019
1 parent b315efe commit 8c452de
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ platform:
- x86
- x64

environment:
matrix:
- BUILD_TYPE: "Debug"
- BUILD_TYPE: "Release"
configuration:
- Debug
- Release

install:
- git clone https://github.com/onqtam/doctest.git third_party\doctest
- git -C third_party\doctest checkout 2.3.3
- cmake -S third_party\doctest -B Build\third_party\doctest -DCMAKE_BUILD_TYPE=Release -DDOCTEST_WITH_TESTS=OFF
- cmake -S third_party\doctest -B Build\third_party\doctest -DDOCTEST_WITH_TESTS=OFF
- cmake --build Build\third_party\doctest --target install

build_script:
- cmake -S . -B Build\mylib -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- cmake -S . -B Build\mylib
- cmake --build Build\mylib

test_script:
Expand Down

0 comments on commit 8c452de

Please sign in to comment.