Create .gitlab-ci.yml
This commit is contained in:
parent
68a73490e1
commit
e5f53f3567
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
||||
image: registry.gitlab.com/totallynotelite/cathook/ubuntu-cat-dependencies:build
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- "git submodule update --init --recursive"
|
||||
script:
|
||||
- "cd libglez;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .."
|
||||
- "cd libxoverlay;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .."
|
||||
- "cd simple-ipc;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .."
|
||||
- "mkdir build; cd build; cmake ..; make; cd .."
|
Reference in New Issue
Block a user