mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-04-22 08:23:04 -05:00
21 lines
361 B
YAML
21 lines
361 B
YAML
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 |