Skip to content

Commit b9280de

Browse files
author
Noam Preil
committed
add CI
1 parent 504f1db commit b9280de

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
image: archlinux
2+
packages:
3+
- cmake
4+
- asciidoc
5+
- samurai
6+
sources:
7+
- https://github.com/KnightOS/patchrom
8+
environment:
9+
project: patchrom
10+
tasks:
11+
- test: |
12+
cd ${project}
13+
mkdir build
14+
cd build
15+
cmake .. -GNinja
16+
samu

0 commit comments

Comments
 (0)