aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-07-06 21:38:32 -0700
committerGarrett D'Amore <garrett@damore.org>2021-07-06 21:41:02 -0700
commit88db38ba55d47996712c0db9375fd565118ad7f3 (patch)
tree641352a909e8e8d3163bea4bb31d58e86ad1a0e3
parentc35e992ae755f91634d4f6a5b5c8ce1b82f34dcc (diff)
downloadnng-88db38ba55d47996712c0db9375fd565118ad7f3.tar.gz
nng-88db38ba55d47996712c0db9375fd565118ad7f3.tar.bz2
nng-88db38ba55d47996712c0db9375fd565118ad7f3.zip
Remove AppVeyor. GitHub actions ate their lunch.
-rw-r--r--.appveyor.yml47
-rw-r--r--README.adoc3
2 files changed, 0 insertions, 50 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
deleted file mode 100644
index 5942d21d..00000000
--- a/.appveyor.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-version: 0.0.{build}
-environment:
- global:
- CFLAGS: /MP
- TERM: xterm
- matrix:
- # array of all environments used to test builds
- # Note that we require relatively modern Visual Studio, in order to pick
- # up snprintf. You don't want the older versions of VS, really!
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-# GENERATOR: Visual Studio 15 2017
- GENERATOR: Ninja
- CFG: Debug
- VSINSTALL: '"Microsoft Visual Studio"/2017/Community/VC/Auxiliary/Build'
- MSVC_PLATFORM: x86
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-# GENERATOR: Visual Studio 15 2017 Win64
- GENERATOR: Ninja
- CFG: Debug
- VSINSTALL: '"Microsoft Visual Studio"/2017/Community/VC/Auxiliary/Build'
- MSVC_PLATFORM: amd64
-
-
-cache:
- - C:\ProgramData\chocolatey\bin -> appveyor.yml
- - C:\ProgramData\chocolatey\lib -> appveyor.yml
-
-install:
- - ps: |
- choco install ninja
-
-
-init:
- - cmake --version
- - C:\"Program Files (x86)"/%VSINSTALL%/vcvarsall.bat %MSVC_PLATFORM%
-
-build:
- parallel: true
-
-build_script:
- - cmd: md build
- - cmd: cd build
- - cmd: cmake -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=%CFG% ..
- - cmd: cmake --build .
-
-test_script:
- - cmd: ctest --output-on-failure -C "%CFG%"
diff --git a/README.adoc b/README.adoc
index 32a2bbf2..ceec4268 100644
--- a/README.adoc
+++ b/README.adoc
@@ -21,9 +21,6 @@ image:https://img.shields.io/discord/639573728212156478?label=&logo=discord[Disc
image:https://img.shields.io/static/v1?label=&message=docs&logo=asciidoctor&logoColor=silver&color=blue[Manual,link="https://nng.nanomsg.org/man"]
image:https://img.shields.io/github/license/nanomsg/nng.svg?logoColor=silver&logo=open-source-initiative&label=&color=blue[MIT License,link="https://github.com/nanomsg/nng/blob/master/LICENSE.txt"]
image:https://img.shields.io/github/v/tag/nanomsg/nng.svg?logo=github&label=[Latest version,link="https://github.com/nanomsg/nng/releases"]
-//image:https://img.shields.io/circleci/project/github/nanomsg/nng.svg?logo=circleci&logoColor=grey&label=[Linux Status,link="https://circleci.com/gh/nanomsg/nng"]
-//image:https://img.shields.io/appveyor/ci/nanomsg/nng/master.svg?logo=appveyor&logoColor=grey&label=[Windows Status,link="https://ci.appveyor.com/project/nanomsg/nng"]
-
NOTE: If you are looking for the legacy version of nanomsg, please
see the https://github.com/nanomsg/nanomsg[nanomsg] repository.