Skip to content

Instantly share code, notes, and snippets.

@digarok
Created February 6, 2016 15:37
Show Gist options
  • Save digarok/0e3b27f85211d06be94f to your computer and use it in GitHub Desktop.
Save digarok/0e3b27f85211d06be94f to your computer and use it in GitHub Desktop.
My Gitlab CI Runner file for gsplus emulator build on Ubuntu
before_script:
- sudo apt-get update -qq && apt-get install -y -qq g++ libpcap0.8-dev libx11-dev libxext-dev
build:
script:
- cd src
- ln -s vars_x86linux_x11 vars
- make clean ; make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment