Added Woodpecker CI
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/manual/woodpecker Pipeline is running Details

- 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:
MassiveBox 2022-09-01 23:03:37 +02:00
parent a3f0d66c2b
commit a18850e136
3 changed files with 17 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ build.ipk
build.opk
jiljil.dge
*.o
project.geany

13
.woodpecker.yml Normal file
View 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

View File

@ -1,6 +1,8 @@
# 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**.