Skip to content

Commit

Permalink
First attempt at appveyor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 3, 2015
1 parent 7beedcf commit 1e31334
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
environment:
CMAKE_ARGS: ""

install:
- appveyor DownloadFile http:https://slproweb.com/download/Win32OpenSSL-1_0_2.exe
- Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile ftp:https://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
- md C:\pthreads
- 7z e pthreads-w32-2-9-1-release.zip C:\pthreads

build:

build_script:
- md build
- cd build
- cmake %CMAKE_ARGS% ..

cache:
- C:\OpenSSL-Win32
- C:\pthreads

0 comments on commit 1e31334

Please sign in to comment.