Skip to content

Commit

Permalink
Use KnightOS/scas#63 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jul 1, 2020
1 parent 294ff4a commit 91036fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@ image: archlinux
packages:
- mono
- make
- scas
- mktiupgrade
- genkfs
- mkrom
- patchrom
sources:
- https://github.com/KnightOS/kernel
- https://github.com/KnightOS/scas
environment:
project: kernel
tasks:
- scas: |
cd scas
gco fix_kernel_assembly
mkdir build
cd build
cmake ..
make
make install
- ti73: |
cd ${project}
make TI73
Expand Down

0 comments on commit 91036fd

Please sign in to comment.