Install lxdream from rpmfusion
This commit is contained in:
parent
56c567600f
commit
4ee1bc0210
|
@ -14,7 +14,10 @@ test:sh4-gcc:
|
||||||
stage: test
|
stage: test
|
||||||
image: kazade/dreamcast-sdk
|
image: kazade/dreamcast-sdk
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y findutils
|
- dnf install -y wget findutils && dnf clean all
|
||||||
|
- wget https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
- rpm -i rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
- dnf install -y lxdream
|
||||||
script:
|
script:
|
||||||
- source /etc/bash.bashrc
|
- source /etc/bash.bashrc
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user