mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
Remove OSX pipeline.
This commit is contained in:
parent
c1f36d44f2
commit
1a61562ac2
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user