Index
lognestmonster
/
955bc8d
A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
162
08 Dec 2019 19:53
6dd952c
Update unit testing and CI testing configuration
Josh Stockin
1
15
0
N
Blob @
lognestmonster
/
.github
/
workflows
/
c_unit.yml
text/plain
347 bytes
download raw
1
name:
C Header Unit Tests
2
on:
3
push:
4
paths:
5
-
'src/c/*'
6
-
'tests/'
7
-
'test'
8
jobs:
9
build:
10
name:
Build and Test
11
runs-
on:
[
ubuntu-latest
]
12
steps:
13
-
uses:
actions/checkout@v
1
14
-
name:
Make and run unit test output binary
15
run:
./test c_unit
16