👷 add GCC job

parent 4cc882f2
...@@ -9,13 +9,20 @@ jobs: ...@@ -9,13 +9,20 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v1 uses: actions/checkout@v1
lint: pedantic_clang:
runs-on: self-hosted runs-on: self-hosted
needs: checkout needs: checkout
steps: steps:
- name: pedantic - name: pedantic
run: make pedantic_clang 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: build:
runs-on: self-hosted runs-on: self-hosted
needs: checkout 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