aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-19 11:14:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-19 11:14:12 +0300
commitf94b917b66deb8b6abd173547a3f36e7271f6549 (patch)
tree635361f49a915ca0ebfaa040789dfca1cab486c1 /.appveyor.yml
parentproject.cmake: --toolset auto shouldn't set any compiler flags (diff)
downloadcmake-common-f94b917b66deb8b6abd173547a3f36e7271f6549.tar.gz
cmake-common-f94b917b66deb8b6abd173547a3f36e7271f6549.zip
bye-bye, Travis & AppVeyor!no_more_travis
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
deleted file mode 100644
index 64217f5..0000000
--- a/.appveyor.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-version: '{build}'
-
-image:
- - Visual Studio 2015
- - Visual Studio 2017
- - Visual Studio 2019
-
-branches:
- only:
- - appveyor
-
-environment:
- appveyor_python_exe: C:\Python36-x64\python.exe
- boost_version: 1.65.0
-
-configuration:
- - MinSizeRel
-
-platform:
- - x64
-
-matrix:
- fast_finish: true
-
-install:
- - choco install make
-
-build_script:
- - make -f .ci/Makefile simple
- - make -f .ci/Makefile static
- - make -f .ci/Makefile dynamic
-
- - make -f .ci/Makefile boost/58
- - make -f .ci/Makefile boost/72
- - make -f .ci/Makefile boost/65