mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
95dbb040b0
add sublabels Add .gitlab-ci.yml Update .gitlab-ci.yml
9 lines
192 B
YAML
9 lines
192 B
YAML
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
|