Skip to content

Commit

Permalink
Need to upgrade Cygwin packages on AppVeyor
Browse files Browse the repository at this point in the history
Cygwin core is 2.7 and the latest version of GCC needs at least 2.8
  • Loading branch information
dra27 committed Sep 13, 2017
1 parent 022cd99 commit 7839aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:

install:
- 'appveyor DownloadFile http://cygwin.com/setup-%CYG_ARCH%.exe -FileName setup.exe'
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,git,gcc-core,gcc-g++,ocaml,ocaml-camlp4,ocaml-compiler-libs,libncurses-devel,unzip,libmpfr-devel,patch,flexdll,libglpk-devel >NUL'
- 'setup.exe -gqnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,git,gcc-core,gcc-g++,ocaml,ocaml-camlp4,ocaml-compiler-libs,libncurses-devel,unzip,libmpfr-devel,patch,flexdll,libglpk-devel >NUL'
- '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin gcc-core"'

build_script:
Expand Down

0 comments on commit 7839aa3

Please sign in to comment.