Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bleeding edge GCC to CI #2136

Merged
merged 6 commits into from
May 26, 2020
Next Next commit
Rename build job to build_stable to be more descriptive.
  • Loading branch information
aokellermann committed May 26, 2020
commit bf4a090075f8795025f50789642dc00698d3f94d
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
jobs:
build:
build_stable:
docker:
- image: debian:stretch

Expand Down