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: packages:
- g++-7 - g++-7
- g++-8 - g++-8
- clang-5.0
coverity_scan: coverity_scan:
project: project:
name: "ChaiScript/ChaiScript" name: "ChaiScript/ChaiScript"
@ -43,10 +42,10 @@ matrix:
compiler: clang compiler: clang
osx_image: xcode10 osx_image: xcode10
env: CLANG_VER="5.0" env: CLANG_VER="5.0"
- os: osx #- os: osx
compiler: clang # compiler: clang
osx_image: xcode10 # 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: 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: env:
global: global:

View File

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