Skip to content

Commit

Permalink
[ci] refs #17 - Add cygwin to ci environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevNorge committed Jun 26, 2018
1 parent d60ba70 commit 4314cd7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
image: Visual Studio 2017

environment:
global:
CYG_ROOT: C:\cygwin64
CYG_MIRROR: http://cygwin.mirror.constant.com
CYG_CACHE: C:\cygwin64\var\cache\setup
CYG_BASH: C:\cygwin64\bin\bash
cache:
- '%CYG_CACHE%'
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
Expand All @@ -15,6 +22,8 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
- '%CYG_ROOT%\setup-x86_64.exe --quiet-mode --no-shortcuts --upgrade-also --packages autoconf,autogen,automake,cygwin-devel,git,gcc-core,gcc-g++,libncurses-devel,libprotobuf-devel,make,openssh,openssl-devel,perl,perl_pods,pkg-config,tmux,zlib-devel'
- '%CYG_ROOT%\bin\cygcheck -dc cygwin'
- git submodule init
- git submodule update
- cd gopath/src/github.com/skycoin/skycoin
Expand All @@ -27,4 +36,4 @@ install:
build: off

test_script:
- "make test"
- '%CYG_BASH% -lc "make test"'

0 comments on commit 4314cd7

Please sign in to comment.