retrofw-jiljil/.woodpecker.yml
MassiveBox a18850e136
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline is running
Added Woodpecker CI
- Added CI pipeline file .woodpecker.yml
- Edited README to include a build status badge and update URLs to locally hosted
2022-09-01 23:03:37 +02:00

14 lines
587 B
YAML

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