Update config.yml

This commit is contained in:
TotallyNotElite 2018-06-08 17:23:34 +02:00 committed by GitHub
parent 6964d1331d
commit 0048c8458e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
version: 2 version: 2
jobs: jobs:
build: compile_cathook:
docker: docker:
- image: registry.gitlab.com/nullworks/cathook-ci-docker/ubuntu-cat-dependencies:build - image: registry.gitlab.com/nullworks/cathook-ci-docker/ubuntu-cat-dependencies:build
steps: steps:
- checkout - checkout
- run: - run:
name: compile-cathook name: "Compiling cathook"
script: "git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd .." command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd ..