fix CI
This commit is contained in:
parent
d9dcc44dec
commit
d06ddf023a
1 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Tests Check
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
clang-format-check:
|
||||
test-check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -16,10 +16,13 @@ jobs:
|
|||
apt-get upgrade -y
|
||||
apt-get install -y g++ cmake make
|
||||
|
||||
- name: Check code formatting
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build .
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
make test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue