Add build manifest for CI
This commit is contained in:
parent
7f5aa1766c
commit
e4a9ac6ad8
18
.build.yml
Normal file
18
.build.yml
Normal file
@ -0,0 +1,18 @@
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- clang
|
||||
- cmake
|
||||
- compiler-rt
|
||||
- ninja
|
||||
sources:
|
||||
- https://git.sr.ht/~cdo/regex-engine
|
||||
tasks:
|
||||
- configure: |
|
||||
cd regex-engine
|
||||
cmake -GNinja -Bbuild -DSANITIZERS=on -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang
|
||||
- build: |
|
||||
cd regex-engine
|
||||
scripts/build.sh
|
||||
- test: |
|
||||
cd regex-engine
|
||||
scripts/test.sh
|
Loading…
x
Reference in New Issue
Block a user