Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
Create .appveyor.yml (#29)
Browse files Browse the repository at this point in the history
Create new branch from master.
Add CI recipe.
  • Loading branch information
zodiac403 authored and Cylix committed Oct 22, 2017
1 parent a4a383a commit cb45bde
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Notes:
# - Minimal appveyor.yml file is an empty file. All sections are optional.
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.

#---------------------------------#
# general configuration #
#---------------------------------#

# version format
version: 1.0.{build}

#---------------------------------#
# environment configuration #
#---------------------------------#

# Build worker image (VM template)
image: Visual Studio 2017

platform:
- x64
- x86

configuration:
- Debug
- Release

0 comments on commit cb45bde

Please sign in to comment.