|
| 1 | +# Copyright (c) 2017 Shotgun Software Inc. |
| 2 | +# |
| 3 | +# CONFIDENTIAL AND PROPRIETARY |
| 4 | +# |
| 5 | +# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit |
| 6 | +# Source Code License included in this distribution package. See LICENSE. |
| 7 | +# By accessing, using, copying or modifying this work you indicate your |
| 8 | +# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights |
| 9 | +# not expressly granted therein are reserved by Shotgun Software Inc. |
| 10 | + |
| 11 | +# https://www.appveyor.com/ Windows CI configuration file. |
| 12 | + |
| 13 | +environment: |
| 14 | + matrix: |
| 15 | + - PYTHON: "C:\\Python27" |
| 16 | + |
| 17 | + # To update these values, visit AppVeyor's site, click the user icon and scroll down to Encrypt Data. |
| 18 | + SG_SERVER_URL: |
| 19 | + secure: lIYAxmyz5GEvnbxqE1pAoNuU5+04RYsSzfjRxjqV7vI= |
| 20 | + SG_HUMAN_LOGIN: appveyor |
| 21 | + SG_HUMAN_NAME: App Veyor |
| 22 | + SG_HUMAN_PASSWORD: |
| 23 | + secure: 0/BofzMkXtzwtRqzC94FHt3lcyMBG0rr2w0rUropeT4= |
| 24 | + SG_SCRIPT_NAME: python-api-test |
| 25 | + SG_API_KEY: |
| 26 | + secure: cTW+pBjl1H17hsjDOvLaspqkc3H9juXfOhoXMvdcA2l3b5FQeJVYUBWaJUxmqTw9gEzAHmUS6R4WVvw07IWOQ9on8UFHsHqv3JkL2Ji/Oeo= |
| 27 | + SG_PROJECT_NAME: SG unittest project for AppVeyor |
| 28 | + |
| 29 | +build: off |
| 30 | + |
| 31 | +test_script: |
| 32 | + # Put your test command here. |
| 33 | + # If you don't need to build C extensions on 64-bit Python 3.3 or 3.4, |
| 34 | + # you can remove "build.cmd" from the front of the command, as it's |
| 35 | + # only needed to support those cases. |
| 36 | + # Note that you must use the environment variable %PYTHON% to refer to |
| 37 | + # the interpreter you're using - Appveyor does not do anything special |
| 38 | + # to put the Python version you want to use on PATH. |
| 39 | + - "tests\\run_appveyor.bat" |
0 commit comments