Skip to content

Commit

Permalink
Merge pull request #192 from KnightOS/srht-build-manifest
Browse files Browse the repository at this point in the history
Create .build.yml for builds.sr.ht CI
  • Loading branch information
ddevault authored Sep 20, 2018
2 parents ebcf08e + d420d56 commit 7985021
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 7985021

Please sign in to comment.