Skip to content

Commit 96c05f0

Browse files
committed
Adding appveyor.yml for CI
1 parent 4bc142b commit 96c05f0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

appveyor.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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"'

0 commit comments

Comments
 (0)