test circle-ci #2
This commit is contained in:
parent
5cfbae022c
commit
8fb6ebc51b
@ -1,17 +1,8 @@
|
|||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
|
||||||
- image: enumack/buildcontainers:gcc-8.1
|
- image: circleci/ruby:2.4.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: echo "A first hello"
|
||||||
name: cd to build dir
|
|
||||||
command: cd -p build
|
|
||||||
- run:
|
|
||||||
name: run CMake
|
|
||||||
command: cmake -DCMAKE_BUILD_TYPE=Release ..
|
|
||||||
- run:
|
|
||||||
name: build project
|
|
||||||
command: make -j
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user