Skip to content

Commit

Permalink
Build 64bit on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 26, 2020
1 parent 9b56576 commit e1397f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ environment:
CYG_EXE: C:\cygwin\setup-x86.exe
CYG_MIRROR: http://cygwin.mirror.constant.com
matrix:
- SMALLTALK: Squeak32-trunk
- SMALLTALK: Squeak32-5.2
- SMALLTALK: Squeak32-5.1
- SMALLTALK: Squeak32-5.0
- SMALLTALK: Pharo32-alpha
- SMALLTALK: Pharo32-5.0
- SMALLTALK: Squeak64-trunk
- SMALLTALK: Squeak64-5.3
- SMALLTALK: Squeak64-5.2
- SMALLTALK: Squeak64-5.1
- SMALLTALK: Squeak64-5.0
- SMALLTALK: Pharo64-alpha
- SMALLTALK: Pharo64-5.0

matrix:
fast_finish: true
allow_failures:
- SMALLTALK: Squeak32-trunk
- SMALLTALK: Pharo32-alpha
- SMALLTALK: Squeak64-trunk
- SMALLTALK: Pharo64-alpha

platform:
- x86
- x64

clone_depth: 5
build: false
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ environment:
matrix:
# Currently, only Squeak and Pharo images are supported on AppVeyor.
- SMALLTALK: Squeak64-trunk
- SMALLTALK: Squeak32-5.0
- SMALLTALK: Squeak64-5.0
- SMALLTALK: Pharo64-alpha
- SMALLTALK: Pharo32-6.0
- SMALLTALK: Pharo64-6.0
# ...

platform:
- x86
- x64

install:
- '%CYG_EXE% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P unzip'
Expand Down

0 comments on commit e1397f7

Please sign in to comment.