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
jobs:
build:
docker:
- image: registry.gitlab.com/nullworks/cathook-ci-docker/ubuntu-cat-dependencies:build
steps:
- checkout
- run:
name: compile-cathook
script: "git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd .."
compile_cathook:
docker:
- image: registry.gitlab.com/nullworks/cathook-ci-docker/ubuntu-cat-dependencies:build
steps:
- checkout
- run:
name: "Compiling cathook"
command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd ..