Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed May 14, 2016
1 parent a9af38a commit 78e7c00
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions appveyor.yml
Expand Up @@ -3,6 +3,9 @@ environment:
- arch: "x86-32"
tools: "cygwin"

- arch: "x86-64"
tools: "cygwin"



install:
Expand Down Expand Up @@ -50,19 +53,10 @@ build_script:

- IF [%tools%]==[cygwin] IF [%arch%]==[x86-32] SET PATH=C:\cygwin\bin;%PATH%
- IF [%tools%]==[cygwin] IF [%arch%]==[x86-64] SET PATH=C:\cygwin64\bin;%PATH%
- IF [%tools%]==[cygwin] sh -c "%c_comp% -v;./configure CC=%c_comp%;make latest-release;./configure CC=%c_comp%;make"




test_script:

- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "make check"
- sh -c "cygcheck -srv"

0 comments on commit 78e7c00

Please sign in to comment.