Skip to content

Commit de3c7e1

Browse files
committed
Remove cygwin from Appveyor build
1 parent c286728 commit de3c7e1

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ platform: x64
99
environment:
1010
matrix:
1111
- TOOLCHAIN: "msvc"
12-
- TOOLCHAIN: "cygwin"
1312

1413
skip_tags: true
1514

@@ -34,23 +33,9 @@ for:
3433
except:
3534
- TOOLCHAIN: "msvc"
3635

37-
build_script:
38-
- ps: |
39-
if ($env:TOOLCHAIN -eq "cygwin")
40-
{
41-
C:\cygwin64\setup-x86_64.exe -qnNdO -s http://cygwin.mirror.constant.com -l C:/cygwin64/var/cache/setup -P libiconv-devel -P ragel -P zlib-devel
42-
C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/readstat && ./autogen.sh"
43-
C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/readstat && ./configure"
44-
C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/readstat && make"
45-
}
46-
4736
test_script:
4837
- ps: |
49-
if ($env:TOOLCHAIN -eq "cygwin")
50-
{
51-
C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/readstat && make check"
52-
}
53-
else
38+
if ($env:TOOLCHAIN -eq "msvc")
5439
{
5540
$state = "PASS"
5641
$tests = @("readstat","double_decimals","sav_date","dta_days")
@@ -79,10 +64,3 @@ test_script:
7964
exit 1
8065
}
8166
}
82-
83-
on_success:
84-
- ps: |
85-
if ($env:TOOLCHAIN -eq "cygwin")
86-
{
87-
C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/readstat && cat ./test-suite.log"
88-
}

0 commit comments

Comments
 (0)