Created
February 6, 2016 15:37
-
-
Save digarok/0e3b27f85211d06be94f to your computer and use it in GitHub Desktop.
My Gitlab CI Runner file for gsplus emulator build on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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