Sign in
code
/
git
/
c348192afee2c6375f1b4e61bcd54c0c126dccfc
/
.
/
t
/
unit-tests
/
clar
/
.github
/
workflows
/
ci.yml
blob: b1ac2de460af9e2aaa449f346c5b9c9b1520c83a [
file
]
name:
CI
on:
push:
branches:
[ main ]
pull_request:
branches:
[ main ]
jobs:
build:
strategy:
matrix:
os:
[ ubuntu
-
latest, macos
-
latest ]
runs
-
on:
${{ matrix.os }}
steps:
-
name:
Check out
uses:
actions/checkout@v2
-
name:
Build
run:
|
cd test
make