Skip to content

Commit

Permalink
Move to scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Aug 19, 2018
1 parent b272e24 commit e5f7c08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -99,7 +99,7 @@ cache:
install:
- 'curl -fsSL --retry 4 -m 600 -o "setup-x86.exe" "http://cygwin.com/setup-x86.exe" '
- 'curl -fsSL --retry 4 -m 600 -o "setup-x86_64.exe" "http://cygwin.com/setup-x86_64.exe" '
- 'call scripts/ci/installCygwin.bat %MINGW_ARCH% "%CYG_ROOT%"'
- 'call scripts/installCygwin.bat %MINGW_ARCH% "%CYG_ROOT%"'

# Cygwin build script
#
Expand Down
2 changes: 1 addition & 1 deletion build.win32x86/HowToBuild
Expand Up @@ -72,7 +72,7 @@ Building out of the box
Make sure you install the MinGW support, which is in the list of packages called
"mingw64-i686-gcc-core,mingw64-i686-gcc-g++,mingw64-i686-headers,mingw64-i686-runtime".
Note that the .appveyor.yml file may be used as example to automate installation of these tools.
.appveyor.yml calls scripts/ci/installCygwin.bat that you can use to build your own cygwin.
.appveyor.yml calls scripts/installCygwin.bat that you can use to build your own cygwin.

Alternatively, an installation of mingw32 and msys may work, but has not been tested.

Expand Down
2 changes: 1 addition & 1 deletion build.win64x64/HowToBuild
Expand Up @@ -71,7 +71,7 @@ Building out of the box
either cygwin 64bits version from www.cygwin.com.
either mingw 64bits version and msys from www.mingw.com.
Note that the .appveyor.yml file may be used as example to automate installation of these tools.
.appveyor.yml calls scripts/ci/installCygwin.bat that you can use to build your own cygwin.
.appveyor.yml calls scripts/installCygwin.bat that you can use to build your own cygwin.

Then cd to the build directory of your choice, e.g.
build.win64x64/squeak.stack.spur/
Expand Down
File renamed without changes.

0 comments on commit e5f7c08

Please sign in to comment.