Disabled Objective C support on windows-mingw and installed gobjc & gnustep on travis
This commit is contained in:
parent
baf93fb2f2
commit
1f0743a8f5
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,8 @@ addons:
|
|||
packages:
|
||||
- gcc-4.9
|
||||
- g++-4.9
|
||||
- gobjc-4.9
|
||||
- gnustep-base
|
||||
env:
|
||||
global:
|
||||
GCOV: gcov-4.9
|
||||
|
|
|
@ -15,7 +15,6 @@ environment:
|
|||
matrix:
|
||||
- COMPILER: mingw
|
||||
GENERATOR: "MSYS Makefiles"
|
||||
CMAKE_OPTS: -DLANG_OBJC=ON
|
||||
- COMPILER: msvc
|
||||
GENERATOR: "Visual Studio 14 2015"
|
||||
CFLAGS: /MP
|
||||
|
|
Loading…
Add table
Reference in a new issue