Skip to content

Commit 898feda

Browse files
committed
modernize CI setup
1 parent 79aff77 commit 898feda

File tree

3 files changed

+2
-180
lines changed

3 files changed

+2
-180
lines changed

.github/workflows/ci.yml

-17
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
linkflags: "linkflags=--coverage -lasan -lubsan"
3131
launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.6"
3232
gcov_tool: "gcov-10"
33-
- toolset: clang
34-
compiler: clang++-3.7
35-
cxxstd: "03,11,14"
36-
os: ubuntu-16.04
37-
install: clang-3.7
38-
- toolset: clang
39-
compiler: clang++-9
40-
cxxstd: "03,11,14,17,2a"
41-
os: ubuntu-20.04
42-
cxxflags: "cxxflags=--coverage"
43-
linkflags: "linkflags=--coverage"
44-
gcov_tool: "llvm-cov-9 gcov"
4533
- toolset: clang
4634
compiler: clang++-10
4735
cxxstd: "03,11,14,17,2a"
@@ -87,11 +75,6 @@ jobs:
8775
./b2 -d0 headers
8876
./b2 -j4 variant=debug tools/inspect/build
8977
90-
- name: Create user-config.jam
91-
if: matrix.compiler
92-
run: |
93-
echo "using ${{matrix.toolset}} : : ${{matrix.compiler}} ;" > ~/user-config.jam
94-
9578
- name: Run tests
9679
run: |
9780
cd ../boost-root

.travis.yml

-161
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Boost.Stacktrace is a part of the [Boost C++ Libraries](https://github.com/boost
88
### Test results
99
@ | Build | Tests coverage | More info
1010
----------------|-------------- | -------------- |-----------
11-
Develop branch: | [![CI](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml) [![Build Status](https://travis-ci.org/boostorg/stacktrace.svg?branch=develop)](https://travis-ci.org/boostorg/stacktrace) [![Build status](https://ci.appveyor.com/api/projects/status/l3aak4j8k39rx08t/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/develop) | [![Coverage Status](https://coveralls.io/repos/github/boostorg/stacktrace/badge.svg?branch=develop)](https://coveralls.io/github/boostorg/stacktrace?branch=develop) | [details...](https://www.boost.org/development/tests/develop/developer/stacktrace.html)
12-
Master branch: | [![CI](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml) [![Build Status](https://travis-ci.org/boostorg/stacktrace.svg?branch=master)](https://travis-ci.org/boostorg/stacktrace) [![Build status](https://ci.appveyor.com/api/projects/status/l3aak4j8k39rx08t/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/master) | [![Coverage Status](https://coveralls.io/repos/github/boostorg/stacktrace/badge.svg?branch=master)](https://coveralls.io/github/boostorg/stacktrace?branch=master) | [details...](https://www.boost.org/development/tests/master/developer/stacktrace.html)
11+
Develop branch: | [![CI](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/l3aak4j8k39rx08t/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/develop) | [![Coverage Status](https://coveralls.io/repos/github/boostorg/stacktrace/badge.svg?branch=develop)](https://coveralls.io/github/boostorg/stacktrace?branch=develop) | [details...](https://www.boost.org/development/tests/develop/developer/stacktrace.html)
12+
Master branch: | [![CI](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/l3aak4j8k39rx08t/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/master) | [![Coverage Status](https://coveralls.io/repos/github/boostorg/stacktrace/badge.svg?branch=master)](https://coveralls.io/github/boostorg/stacktrace?branch=master) | [details...](https://www.boost.org/development/tests/master/developer/stacktrace.html)
1313

1414
[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/stacktrace.html)
1515

0 commit comments

Comments
 (0)