Skip to content

Commit

Permalink
initial AppVeyor support
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Mar 31, 2017
1 parent 4d7aab2 commit 3e1954a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "cygwin-{build}"

environment:
CBUILD: x86_64-pc-linux-gnu
SCRIPT: generic/build
IMAGEROOT: /cygdrive/c/projects/%APPVEYOR_PROJECT_NAME%/image
matrix:
- ARCH: x86
CYGWIN: C:\Cygwin
CHOST: i686-w64-mingw32
- ARCH: x86_64
CYGWIN: C:\Cygwin64
CHOST: x86_64-w64-mingw32

build_script:
- "%CYGWIN%\\setup-%ARCH%.exe -g -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel,unzip,dos2unix"
- "%CYGWIN%\\bin\\bash -lc 'cp `which true` /usr/bin/man2html'"
- "%CYGWIN%\\bin\\bash -lc 'cd /cygdrive/c/projects/%APPVEYOR_PROJECT_NAME% ; %SCRIPT%'"

0 comments on commit 3e1954a

Please sign in to comment.