Remove OSX pipeline.

This commit is contained in:
Alek Mosingiewicz 2018-09-06 16:19:18 +02:00
parent c1f36d44f2
commit 1a61562ac2
2 changed files with 6 additions and 7 deletions

View File

@ -11,7 +11,6 @@ addons:
packages:
- g++-7
- g++-8
- clang-5.0
coverity_scan:
project:
name: "ChaiScript/ChaiScript"
@ -43,10 +42,10 @@ matrix:
compiler: clang
osx_image: xcode10
env: CLANG_VER="5.0"
- os: osx
compiler: clang
osx_image: xcode10
env: CLANG_VER="5.0" CMAKE_OPTIONS="-D DYNLOAD_ENABLED:BOOL=FALSE -D MULTITHREAD_SUPPORT_ENABLED:BOOL=FALSE -D USE_STD_MAKE_SHARED:BOOL=TRUE" BUILD_ONLY=1
#- os: osx
# compiler: clang
# osx_image: xcode10
# env: CLANG_VER="5.0" CMAKE_OPTIONS="-D DYNLOAD_ENABLED:BOOL=FALSE -D MULTITHREAD_SUPPORT_ENABLED:BOOL=FALSE -D USE_STD_MAKE_SHARED:BOOL=TRUE" BUILD_ONLY=1
env:
global:

View File

@ -1,9 +1,9 @@
version: 6.1.x.{build}
image:
- Visual Studio 2017
- Visual Studio 2015
environment:
matrix:
- VS_VERSION: "Visual Studio 17"
- VS_VERSION: "Visual Studio 15"
build_script:
- cmd: >-
mkdir build