Skip to content

Commit 4808d6d

Browse files
committed
Problem: Actions, travis and appveyor for CI
Solution: Use only github actions
1 parent 3f2ba6b commit 4808d6d

File tree

3 files changed

+6
-177
lines changed

3 files changed

+6
-177
lines changed

.travis.yml

Lines changed: 0 additions & 130 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![Travis-CI Status](https://img.shields.io/travis/zeromq/cppzmq/master.svg?label=Linux%20|%20OSX)](https://travis-ci.org/zeromq/cppzmq)
2-
[![Appveyor Status](https://img.shields.io/appveyor/ci/zeromq/cppzmq/master.svg?label=Windows)](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
1+
[![CI](https://github.com/zeromq/cppzmq/actions/workflows/ci.yml/badge.svg)](https://github.com/zeromq/cppzmq/actions)
32
[![Coverage Status](https://coveralls.io/repos/github/zeromq/cppzmq/badge.svg?branch=master)](https://coveralls.io/github/zeromq/cppzmq?branch=master)
43
[![License](https://img.shields.io/github/license/zeromq/cppzmq.svg)](https://github.com/zeromq/cppzmq/blob/master/LICENSE)
54

@@ -25,14 +24,12 @@ Supported platforms
2524
- Only a subset of the platforms that are supported by libzmq itself are supported. Some features already require a compiler supporting C++11. In the future, probably all features will require C++11. To build and run the tests, CMake and Catch are required.
2625
- Any libzmq 4.x version is expected to work. DRAFT features may only work for the most recent tested version. Currently explicitly tested libzmq versions are
2726
- 4.2.0 (without DRAFT API)
28-
- 4.2.5 (without DRAFT API)
29-
- 4.3.1 (with and without DRAFT API)
27+
- 4.3.4 (with and without DRAFT API)
3028
- Platforms with full support (i.e. CI executing build and tests)
31-
- Ubuntu 14.04 x64 (with gcc 4.8.4) (without DRAFT API only)
32-
- Ubuntu 14.04 x64 (with gcc 7.3.0)
33-
- Visual Studio 2015 x86
34-
- Visual Studio 2017 x86
35-
- OSX (with clang xcode9.1) (without DRAFT API)
29+
- Ubuntu 18.04 x64 (with gcc 4.8.5, 5.5.0, 7.5.0)
30+
- Ubuntu 20.04 x64 (with gcc 9.3.0, 10.3.0 and clang 12)
31+
- Visual Studio 2017 x64
32+
- Visual Studio 2019 x64
3633
- Additional platforms that are known to work:
3734
- We have no current reports on additional platforms that are known to work yet. Please add your platform here. If CI can be provided for them with a cloud-based CI service working with GitHub, you are invited to add CI, and make it possible to be included in the list above.
3835
- Additional platforms that probably work:

appveyor.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)