Skip to content

Commit

Permalink
add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
scoopxyz committed Jul 19, 2017
1 parent fe2fc57 commit 7e7f10a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,36 @@
version: '{branch}-{build}'
image: Visual Studio 2013
clone_folder: C:\source\ocio
test: auto
configuration:
- Release
platform:
- x64

environment:
global:
CMAKE_PREFIX_PATH: C:/Libraries/boost
CMAKE_INSTALL_PREFIX: ../_install
BOOST_ROOT: 'C:\Libraries\boost'
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
CMAKE_PLATFORM: "Visual Studio 12 2013 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_PLATFORM: "Visual Studio 14 2015 Win64"

install:
- cinstall: python

build_script:
- echo Running cmake...
- mkdir _build
- cd _build
- cmake
-G "%CMAKE_PLATFORM%"
-DOCIO_USE_BOOST_PTR=ON
-DOCIO_BUILD_TESTS=ON
..
- cmake --build . --target install --config %CONFIGURATION%

matrix:
fast_finish: true
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@ OpenColorIO

[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Build Status](https://travis-ci.org/imageworks/OpenColorIO.svg?branch=master)](https://travis-ci.org/imageworks/OpenColorIO)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/fidyv9jkxeigyd2a/branch/master?svg=true)]()

Introduction
------------
Expand Down

0 comments on commit 7e7f10a

Please sign in to comment.