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-29 04:43:46 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-29 04:43:46 +0300
commitc11312fe882aeaf0548d50b34d22d43d371d53c2 (patch)
tree287c98f02493e11f29f1b55abe878a2fc7c47331 /appveyor.yml.disabled
parentb0d4d742f986629d90054b8bf29599e6cc4c6573 (diff)
Finish renaming to AFIO.
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..663601ac
--- /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
+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))