Skip to content

Commit

Permalink
Create .build.yml for builds.sr.ht CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Leiter committed Sep 20, 2018
1 parent ebcf08e commit d420d56
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
image: archlinux
packages:
- mono
- make
- sass
- mktiupgrade
- genkfs
- mkrom
- patchrom
sources:
- https://github.com/KnightOS/kernel
environment:
project: kernel
tasks:
- ti73: |
cd ${project}
make TI73
- ti83p: |
cd ${project}
make clean
make TI83p
- ti83pse: |
cd ${project}
make clean
make TI83pSE
- ti84p: |
cd ${project}
make clean
make TI84p
- ti84pse: |
cd ${project}
make clean
make TI84pSE
- ti84pcse: |
cd ${project}
make clean
make TI84pCSE

0 comments on commit d420d56

Please sign in to comment.