Add CircleCI config
This commit is contained in:
parent
e2bc2eee90
commit
4df8c20981
16
.circleci/config.yml
Normal file
16
.circleci/config.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: gcr.io/clementine-data/slave-ubuntu-bionic-64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: cmake
|
||||||
|
command: cmake ..
|
||||||
|
working_directory: bin
|
||||||
|
- run:
|
||||||
|
name: make
|
||||||
|
command: make
|
||||||
|
working_directory: bin
|
Loading…
x
Reference in New Issue
Block a user