Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Extract data on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Kushnir authored and Taras Kushnir committed Feb 15, 2019
1 parent bad9af9 commit 55259c5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ version: 0.0.{build}-{branch}
clone_folder: c:\projects\yannpp

image:
- Visual Studio 2017
- Visual Studio 2017

configuration:
- Debug
#- Release
- Release

skip_commits:
message: /.*\[ci skip\]/ # Regex for matching commit message

platform:
- x64
- x64

before_build:
- git submodule update --init --recursive
- mkdir build
- cd build
- cmake --version
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug
- git submodule update --init --recursive
- 7z x data\*.gz -odata
- mkdir build
- cd build
- cmake --version
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release

build_script:
- nmake.exe

# test_script:
# - nmake test ARGS=-V
test_script:
- nmake test ARGS=-V

0 comments on commit 55259c5

Please sign in to comment.