Appveyor testing- install python-devel package
Needed for newer versions of cygwin on Appveyor in order to run Python tests
This commit is contained in:
parent
6a3910690b
commit
37d90ca3ec
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ install:
|
|||
- if "%OSVARIANT%"=="" bash -c "cl.exe /? 2>&1 | head -n 1"
|
||||
- if "%OSVARIANT%"=="" bash -c "which csc.exe"
|
||||
- if "%OSVARIANT%"=="" bash -c "csc.exe /? | head -n 1"
|
||||
- if "%OSVARIANT%"=="cygwin" %CYGWINSETUP% --quiet-mode --packages libpcre-devel,libboost-devel > cygwin-install.txt || bash -c "cat cygwin-install.txt"
|
||||
- if "%OSVARIANT%"=="cygwin" %CYGWINSETUP% --quiet-mode --packages python-devel,libpcre-devel,libboost-devel > cygwin-install.txt || bash -c "cat cygwin-install.txt"
|
||||
- if "%OSVARIANT%"=="mingw" bash -c "pacman --noconfirm --sync mingw%MBITS%/mingw-w64-%MARCH%-pcre mingw%MBITS%/mingw-w64-%MARCH%-boost"
|
||||
- bash -c "which $CC"
|
||||
- bash -c "which $CXX"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue