mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
test CI
This commit is contained in:
parent
c3eec89ecb
commit
69b161112a
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
before_script:
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user