mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
ci: add gcc --version
This commit is contained in:
parent
d1b93d1da0
commit
d42ec38e36
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
- name: 'Install Build Tools'
|
- name: 'Install Build Tools'
|
||||||
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
|
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
|
||||||
|
|
||||||
|
- run: 'gcc --version'
|
||||||
|
|
||||||
- run: 'make'
|
- run: 'make'
|
||||||
- run: 'make run'
|
- run: 'make run'
|
||||||
- run: 'make test'
|
- run: 'make test'
|
||||||
|
Loading…
Reference in New Issue
Block a user