Delete .gitlab-ci.yml
This commit is contained in:
parent
76b25f7140
commit
eb34db18a4
@ -1,9 +0,0 @@
|
|||||||
image: registry.gitlab.com/nullworks/cathook-ci/ubuntu-cat-dependencies:build
|
|
||||||
variables:
|
|
||||||
DOCKER_DRIVER: overlay2
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- "git submodule update --init --recursive"
|
|
||||||
script:
|
|
||||||
- "mkdir build; cd build; cmake ..; make; cd .."
|
|
Reference in New Issue
Block a user