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-30 01:06:25 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-30 01:06:25 +0300
commit7bdbe98195af49bea11e5c08283142bc2d9898da (patch)
treee22c68f9806b0e8719d1d4af4caf43ade3bf22f2 /appveyor.yml.disabled
parent83100b6c32ebb37ecb758298b509c342ce15ed7c (diff)
doxygen fixes, reenabled Appveyor but with clang/LLVM
Diffstat (limited to 'appveyor.yml.disabled')
-rw-r--r--appveyor.yml.disabled37
1 files changed, 0 insertions, 37 deletions
diff --git a/appveyor.yml.disabled b/appveyor.yml.disabled
deleted file mode 100644
index 44715d21..00000000
--- a/appveyor.yml.disabled
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-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))