Skip to content

Commit 91036fd

Browse files
author
Noam Preil
committed
Use KnightOS/scas#63 for now
1 parent 294ff4a commit 91036fd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@ image: archlinux
22
packages:
33
- mono
44
- make
5-
- scas
65
- mktiupgrade
76
- genkfs
87
- mkrom
98
- patchrom
109
sources:
1110
- https://github.com/KnightOS/kernel
11+
- https://github.com/KnightOS/scas
1212
environment:
1313
project: kernel
1414
tasks:
15+
- scas: |
16+
cd scas
17+
gco fix_kernel_assembly
18+
mkdir build
19+
cd build
20+
cmake ..
21+
make
22+
make install
1523
- ti73: |
1624
cd ${project}
1725
make TI73

0 commit comments

Comments
 (0)