Delete .gitlab-ci.yml

This commit is contained in:
TotallyNotElite 2018-06-08 17:04:13 +02:00 committed by GitHub
parent 76b25f7140
commit eb34db18a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .."