We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294ff4a commit 91036fdCopy full SHA for 91036fd
.build.yml
@@ -2,16 +2,24 @@ image: archlinux
2
packages:
3
- mono
4
- make
5
- - scas
6
- mktiupgrade
7
- genkfs
8
- mkrom
9
- patchrom
10
sources:
11
- https://github.com/KnightOS/kernel
+ - https://github.com/KnightOS/scas
12
environment:
13
project: kernel
14
tasks:
15
+ - scas: |
16
+ cd scas
17
+ gco fix_kernel_assembly
18
+ mkdir build
19
+ cd build
20
+ cmake ..
21
+ make
22
+ make install
23
- ti73: |
24
cd ${project}
25
make TI73
0 commit comments