feat(ci) add GCC problem matcher
This commit is contained in:
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@@ -13,5 +13,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sudo apt-get install libpng-dev; cd tests; python ./build.py
|
run: sudo apt-get install libpng-dev; cd tests; python ./build.py
|
||||||
|
|||||||
Reference in New Issue
Block a user