Last active
June 28, 2017 16:39
-
-
Save arturoc/7e693811e0b9e35e4945c715083bdb79 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matrix: | |
#VisualStudio 2017 64 bit Building | |
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | |
platform: x64 | |
TARGET: vs | |
VS_VER: 15 | |
VS_NAME: 2017 | |
ARCH: 64 | |
#VisualStudio 2017 32 bit Building | |
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | |
platform: x86 | |
TARGET: vs | |
VS_VER: 15 | |
VS_NAME: 2017 | |
ARCH: 32 | |
# MSYS2 Building | |
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | |
platform: x86 | |
TARGET: msys2 | |
ARCH: 32 | |
#VisualStudio 2015 32 bit Building | |
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | |
platform: x86 | |
VS_VER: 14 | |
VS_NAME: 2015 | |
TARGET: vs | |
ARCH: 32 | |
#VisualStudio 2015 64 bit Building | |
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | |
platform: x64 | |
VS_VER: 14 | |
VS_NAME: 2015 | |
TARGET: vs | |
ARCH: 64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TARBALL=openFrameworksLibs_${APPVEYOR_REPO_BRANCH}_${TARGET}${VS_NAME}_${ARCH}.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment