File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ platform: x64
99environment :
1010 matrix :
1111 - TOOLCHAIN : " msvc"
12- - TOOLCHAIN : " cygwin"
1312
1413skip_tags : true
1514
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-
4736test_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- }
You can’t perform that action at this time.
0 commit comments