👷 add GCC job

parent 4cc882f2
......@@ -9,13 +9,20 @@ jobs:
- name: checkout
uses: actions/checkout@v1
lint:
pedantic_clang:
runs-on: self-hosted
needs: checkout
steps:
- name: pedantic
run: make pedantic_clang
pedantic_gcc:
runs-on: self-hosted
needs: checkout
steps:
- name: pedantic
run: CXX=/usr/local/bin/g++-10 make pedantic_gcc
build:
runs-on: self-hosted
needs: checkout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment