Update config.yml
This commit is contained in:
parent
6964d1331d
commit
0048c8458e
@ -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 ..
|
||||||
|
Reference in New Issue
Block a user