Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,20 @@ jobs:
# asan: true
# ubsan: true

# Linux GCC (4 configurations)

- compiler: "gcc"
version: "15"
cxxstd: "20"
latest-cxxstd: "20"
cxx: "g++-15"
cc: "gcc-15"
runs-on: "ubuntu-latest"
container: "ubuntu:25.04"
b2-toolset: "gcc"
is-latest: true
name: "GCC 15: C++20"
shared: false # TODO
build-type: "Release"
build-cmake: true
# - compiler: "gcc"
# version: "15"
# cxxstd: "20"
# latest-cxxstd: "20"
# cxx: "g++-15"
# cc: "gcc-15"
# runs-on: "ubuntu-latest"
# container: "ubuntu:25.04"
# b2-toolset: "gcc"
# is-latest: true
# name: "GCC 15: C++20"
# shared: false # TODO
# build-type: "Release"
# build-cmake: true

# - compiler: "gcc"
# version: "15"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# After running this workflow successfully, go to https://github.com/cppalliance/burl/settings/pages
# and enable github pages on the code-coverage branch.
# The coverage will be hosted at https://cppalliance.github.io/burl
# The coverage will be hosted at https://cppalliance.org/burl
#

name: Code Coverage
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| | [Docs](https://develop.burl.cpp.al/) | [GitHub Actions](https://github.com/) | [Drone](https://drone.io/) | [Codecov](https://codecov.io) |
| | [Docs](https://develop.burl.cpp.al/) | [GitHub Actions](https://github.com/) | [Drone](https://drone.io/) | Code Coverage |
|:--|:--|:--|:--|:--|
| [`master`](https://github.com/cppalliance/burl/tree/master) | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://master.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Amaster) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/master)](https://drone.cpp.al/cppalliance/burl/branches) | [![codecov](https://codecov.io/gh/cppalliance/burl/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cppalliance/burl/tree/master) |
| [`develop`](https://github.com/cppalliance/burl/tree/develop) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://develop.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Adevelop) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/cppalliance/burl/branches) | [![codecov](https://codecov.io/gh/cppalliance/burl/branch/develop/graph/badge.svg)](https://app.codecov.io/gh/cppalliance/burl/tree/develop) |
| [`master`](https://github.com/cppalliance/burl/tree/master) | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://master.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Amaster) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/master)](https://drone.cpp.al/cppalliance/burl/branches) | [![Lines](https://cppalliance.org/burl/master/gcovr-linux/badges/coverage-lines.svg)](https://cppalliance.org/burl/master/gcovr-linux/index.html) |
| [`develop`](https://github.com/cppalliance/burl/tree/develop) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://develop.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Adevelop) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/cppalliance/burl/branches) | [![Lines](https://cppalliance.org/burl/develop/gcovr-linux/badges/coverage-lines.svg)](https://cppalliance.org/burl/develop/gcovr-linux/index.html) |

# Boost.Burl

Expand Down
Loading