Skip to content

Commit

Permalink
CI: Appveyor: test new rules
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jan 18, 2017
1 parent 75b37ad commit 8d53674
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
version: 0.11.{build}
version: 0.11-winbuild-{build}

platform:
- Win32
- x64

configuration:
- Debug
- Release

before_build:
- cmd: if "%platform%"=="Win32" set msvc=Visual Studio 14 2015
- cmd: if "%platform%"=="x64" set msvc=Visual Studio 14 2015 Win64

build_script:
- cd build
- cmake -G %msvc% ../
- cmake --build . --config Release
- cmake -G "%msvc%" -DCMAKE_BUILD_TYPE=%configuration% ..
- cmake --build .

0 comments on commit 8d53674

Please sign in to comment.