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