* Add CI tests.
This commit is contained in:
Per Malmberg
2022-08-27 09:00:54 +02:00
committed by GitHub
parent 5c8de082c1
commit 5f8ecc9690

21
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: libcron tests
on: [push, pull_request]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: |
mkdir build
cd build
cmake ..
make -j4
- name: Test
run: |
cd test/out
./cron_test