Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-31 05:59:32 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-31 05:59:32 +0300
commit9d66fe89ffa6df2c1ad87989d32bb8f828fba7d3 (patch)
treede4e07f4b10be583ea733b86ef105c2893d3ffdd /appveyor.yml.disabled
parentf02e0593b55f793a3474e4521e993701a03aa972 (diff)
Disable Appveyor until it gains a newer VS or clang
Diffstat (limited to 'appveyor.yml.disabled')
-rw-r--r--appveyor.yml.disabled37
1 files changed, 37 insertions, 0 deletions
diff --git a/appveyor.yml.disabled b/appveyor.yml.disabled
new file mode 100644
index 00000000..11401c26
--- /dev/null
+++ b/appveyor.yml.disabled
@@ -0,0 +1,37 @@
+# version format
+version: 2.00.{build}-{branch}
+
+# branches to build
+branches:
+ # blacklist
+ except:
+ - gh-pages
+skip_tags: true
+
+# Operating system (build VM template)
+os: Visual Studio 2015
+init:
+ - git config --global core.longpaths true
+
+clone_folder: c:\boost.afio
+platform: x64
+configuration: Release
+environment:
+ JENKINS_NEDPROD_PASSWORD:
+ secure: u6OVf3jbCA7VXY6L+KztW2Isw4pcWLSDfkqJfv+IsikJrgjQS08Yb6Wdp6CY4vk8
+
+before_build:
+ - git checkout master
+ - git submodule update --init --recursive
+build_script:
+ - ctest -S .ci.cmake -V --timeout 300 --build-generator-toolset LLVM-vs2014
+after_build:
+
+before_test:
+test_script:
+after_test:
+
+on_success:
+on_failure:
+on_finish:
+ - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path prebuilt\merged_junit_results.xml))