Skip to content

Commit

Permalink
Disable mzscheme temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 14, 2016
1 parent bcd1596 commit 0c4d9b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@ curl -f -L http://upx.sourceforge.net/download/upx391w.zip -o upx.zip
:skip_install_x64

:: Update PATH
path C:\Perl522\perl\bin;%path%;C:\Lua;C:\Tcl\bin;C:\Ruby22-x64\bin;C:\Program Files\Racket;C:\Program Files\Racket\lib
:: path C:\Perl522\perl\bin;%path%;C:\Lua;C:\Tcl\bin;C:\Ruby22-x64\bin;C:\Program Files\Racket;C:\Program Files\Racket\lib
path C:\Perl522\perl\bin;%path%;C:\Lua;C:\Tcl\bin;C:\Ruby22-x64\bin

:: Install additional packages for Racket
raco pkg install scheme-lib
raco pkg install --auto r5rs-lib
:: raco pkg install scheme-lib
:: raco pkg install --auto r5rs-lib
@echo off
goto :eof

Expand Down

0 comments on commit 0c4d9b6

Please sign in to comment.