Added Woodpecker CI
- Added CI pipeline file .woodpecker.yml - Edited README to include a build status badge and update URLs to locally hosted
This commit is contained in:
parent
a3f0d66c2b
commit
a18850e136
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ build.ipk
|
||||||
build.opk
|
build.opk
|
||||||
jiljil.dge
|
jiljil.dge
|
||||||
*.o
|
*.o
|
||||||
|
project.geany
|
||||||
|
|
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
pipeline:
|
||||||
|
retrofw:
|
||||||
|
image: gitea.massivebox.net/massivebox/retrofw-docker-buildroot:latest
|
||||||
|
commands:
|
||||||
|
- export PATH=/buildroot/output/host/bin:/buildroot/output/host/mipsel-RetroFW-linux-uclibc/sysroot/usr/bin:$PATH
|
||||||
|
- make -f Makefile.rfw ipk
|
||||||
|
- make -f Makefile.rfw opk
|
||||||
|
linux:
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- apt-get update; apt-get upgrade -y; apt-get install -y libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev gcc make
|
||||||
|
- make -f Makefile.rfw clean
|
||||||
|
- make
|
|
@ -1,6 +1,8 @@
|
||||||
# RetroFW JilJil
|
# RetroFW JilJil
|
||||||
|
|
||||||
![1](https://telegra.ph/file/3402cbb5a0065adee1f4f.jpg)![2](https://telegra.ph/file/51443278b9b2e4f8213f5.jpg)![3](https://telegra.ph/file/fc95a25bf190d0b726c1e.jpg)
|
![1](https://cloud.massivebox.net/s/xBwkL7T7kzEW357/preview)![2](https://cloud.massivebox.net/s/axGycERyHpei3Sn/preview)![3](https://cloud.massivebox.net/s/mFN4y5sZecZYPSR/preview)
|
||||||
|
|
||||||
|
[![status-badge](https://woodpecker.massivebox.net/api/badges/massivebox/retrofw-jiljil/status.svg)](https://woodpecker.massivebox.net/massivebox/retrofw-jiljil)
|
||||||
|
|
||||||
This repo contains the source code for my port of [JilJil](https://www.cavestory.org/pixels-works/jil-jil.php) for (hopefully) **RetroFW** compatible devices and **Linux**.
|
This repo contains the source code for my port of [JilJil](https://www.cavestory.org/pixels-works/jil-jil.php) for (hopefully) **RetroFW** compatible devices and **Linux**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue