Skip to content

Commit 7f8d01e

Browse files
committed
add build script for the cicd
1 parent 64a48ca commit 7f8d01e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unbricked/serial-link/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
rgbasm -o main.o main.asm
4+
rgblink -o unbricked.gb main.o
5+
rgbfix -v -p 0xFF unbricked.gb

0 commit comments

Comments
 (0)