Sha256: 92a748df12bd48c930c27ab721fe2f3a0a52e05d3c473825c319cc320ee9f80e

Contents?: true

Size: 981 Bytes

Versions: 24

Compression:

Stored size: 981 Bytes

Contents

version: '{branch}-{build}'

os:
- Visual Studio 2017

configuration:
- Release
- Debug

environment:
  matrix:
    - GENERATOR: Visual Studio 15 2017

    - GENERATOR: Visual Studio 15 2017 Win64

    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
      GENERATOR: Visual Studio 16 2019

    - GENERATOR: Visual Studio 15 2017
      CONAN_VISUAL_VERSIONS: 15
      PYTHON: "C:\\Python27"
      PYTHON_VERSION: "2.7.8"
      PYTHON_ARCH: "32"
      CONAN: TRUE

init: []

install:
- if defined CONAN (pip.exe install -U conan conan-package-tools)
- if defined CONAN (conan profile new default --detect)

before_build:
- if defined BINDIR (set "PATH=%BINDIR%;%PATH:C:\Program Files\Git\usr\bin;=%")
- md build
- cd build
- cmake -Wno-dev --config "%CONFIGURATION%" -G "%GENERATOR%" ..

build_script:
- cmake --build . --config "%CONFIGURATION%"

test_script:
- ctest -C "%CONFIGURATION%" --output-on-failure
- if defined CONAN (cd ..)
- if defined CONAN (python .conan/build.py)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
couchbase-3.0.0-universal-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.beta.1-universal-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.beta.1 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.5-x86_64-linux ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.5-universal-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.5-x86_64-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.5 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.4 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.3 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/json/.appveyor.yml
couchbase-3.0.0.alpha.2 ext/third_party/json/.appveyor.yml