Skip to content

Commit

Permalink
platform
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Aug 16, 2019
1 parent f2670bc commit 5d2f1eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '{build}'
image: Visual Studio 2017

platform:
- x86
- Win32
- x64

configuration:
Expand All @@ -13,12 +13,11 @@ configuration:
install:
- git clone https://github.com/onqtam/doctest.git third_party\doctest
- git -C third_party\doctest checkout 2.3.3
- echo %PLATFORM%
- cmake -S third_party\doctest -B Build\third_party\doctest -DDOCTEST_WITH_TESTS=OFF
- cmake -S third_party\doctest -B Build\third_party\doctest -A %PLATFORM% -DDOCTEST_WITH_TESTS=OFF
- cmake --build Build\third_party\doctest --config Release --target install

build_script:
- cmake -S . -B Build\mylib
- cmake -S . -B Build\mylib -A %PLATFORM%
- cmake --build Build\mylib --config %CONFIGURATION%

test_script:
Expand Down

0 comments on commit 5d2f1eb

Please sign in to comment.