File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ environment :
2+ CYG_ROOT : C:\cygwin
3+ CYG_BASH : C:\cygwin\bin\bash
4+ CYG_CACHE : C:\cygwin\var\cache\setup
5+ CYG_EXE : C:\cygwin\setup-x86.exe
6+ CYG_MIRROR : http://cygwin.mirror.constant.com
7+ SCI_RUN : /cygdrive/c/smalltalkCI-master/run.sh
8+ matrix :
9+ # Currently, only Squeak and Pharo images are supported on AppVeyor.
10+ # - SMALLTALK: Squeak-trunk
11+ # - SMALLTALK: Squeak-5.0
12+ - SMALLTALK : Pharo-6.0
13+ # - SMALLTALK: Pharo-5.0
14+ # ...
15+
16+ platform :
17+ - x86
18+
19+ install :
20+ - ' %CYG_EXE% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P unzip'
21+ - ps : Start-FileDownload "https://github.com/hpi-swa/smalltalkCI/archive/master.zip" "C:\smalltalkCI.zip"
22+ - 7z x C:\smalltalkCI.zip -oC:\ -y > NULL
23+
24+ build : false
25+
26+ test_script :
27+ - ' %CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; $SCI_RUN"'
You can’t perform that action at this time.
0 commit comments