RetroArch/.gitlab-ci.yml

9 lines
192 B
YAML
Raw Normal View History

before_script:
- apt-get update -qq && apt-get install -y -qq git build-essential
- apt-get update -qq && apt-get build-dep -y retroarch
build:
script:
- ./configure
- make -j2