From 1a61562ac2574ef28f9a4a3cb7230d23217f0d89 Mon Sep 17 00:00:00 2001 From: Alek Mosingiewicz Date: Thu, 6 Sep 2018 16:19:18 +0200 Subject: [PATCH] Remove OSX pipeline. --- .travis.yml | 9 ++++----- appveyor.yml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 622f3a3c..680d0339 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/appveyor.yml b/appveyor.yml index 294f21ba..98edf5b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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