mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
Merge branch 'master' of github.com:overflowerror/CFloor
This commit is contained in:
commit
b3689b1c03
1 changed files with 4 additions and 2 deletions
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
|
@ -2,9 +2,9 @@ name: C/C++ CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -13,6 +13,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install deps
|
||||
run: apt update && apt install libpthread-stubs0-dev libc6
|
||||
- name: make test
|
||||
run: make test
|
||||
- name: run tests
|
||||
|
|
Loading…
Reference in a new issue