diff --git a/.gitignore b/.gitignore index 4031232..a396efb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build.ipk build.opk jiljil.dge *.o +project.geany diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..c989ecd --- /dev/null +++ b/.woodpecker.yml @@ -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 diff --git a/README.md b/README.md index f8657d4..8a50d4d 100644 --- a/README.md +++ b/README.md @@ -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**.