From d66f4007081752ff097340bcf11f96034315d1a0 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Thu, 19 Apr 2018 23:27:12 +0200 Subject: [PATCH] AppVeyor: add configuration file --- .appveyor.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..99b8e522 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,18 @@ +version: '{build}' + +image: Visual Studio 2015 + +pull_requests: + do_not_increment_build_number: true + +skip_branch_with_pr: true + +clone_depth: 1 + +init: +- ps: Update-AppveyorBuild -Version "build-$env:appveyor_build_number-$($env:appveyor_repo_commit.substring(0,7))" + +build_script: +- cmd: >- + src\BuildAll.cmd + exit %errorlevel%