Skip to content

Commit

Permalink
Add AppVeyor build config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed May 20, 2018
1 parent e2e5932 commit a14f7b2
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 @@
environment:
matrix:
- TARGET: cygwin
ARCH: x86
- TARGET: cygwin64
ARCH: x86_64

install:
- cmd: C:\%TARGET%\setup-%ARCH%.exe -qgnNdO -l C:\%TARGET%\var\cache\setup -R C:\%TARGET% -s http://cygwin.mirror.constant.com -P git -P gcc-code -P make -P automake -P libiconv-devel -P libncurses-devel
- cmd: SET PATH=C:\%TARGET%\bin;%PATH%

build_script:
- make configure
- sh configure
- make

test_script:
- make test

0 comments on commit a14f7b2

Please sign in to comment.