aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcbor/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libcbor/appveyor.yml')
-rw-r--r--contrib/libcbor/appveyor.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/libcbor/appveyor.yml b/contrib/libcbor/appveyor.yml
deleted file mode 100644
index 452ced5666b7..000000000000
--- a/contrib/libcbor/appveyor.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-image: Visual Studio 2015
-version: '{build}'
-
-branches:
- except:
- - gh-pages
-
-platform: x64
-
-
-environment:
- matrix:
- - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
-
-# Via https://github.com/apitrace/apitrace/blob/master/appveyor.yml
-
-before_build:
-- cmake -H. -Bbuild -G "%CMAKE_GENERATOR%"
-- C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /?
-
-build_script:
-- if "%APPVEYOR_REPO_TAG%"=="true" (set CONFIGURATION=RelWithDebInfo) else (set CONFIGURATION=Debug)
-- cmake --build build --config "%CONFIGURATION%"
-
-# TODO enable CMocka tests, maybe package the binaries
-# TODO add MinGW
-# TODO add older MSVC \ No newline at end of file