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:
|
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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user