You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
587 B
YAML
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
|