test circle-ci #2

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:40:10 +02:00
parent 5cfbae022c
commit 8fb6ebc51b
1 changed files with 6 additions and 15 deletions

View File

@ -1,17 +1,8 @@
version: 2
jobs:
build:
docker:
- image: enumack/buildcontainers:gcc-8.1
steps:
- checkout
- run:
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
build:
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
- image: circleci/ruby:2.4.1
steps:
- checkout
- run: echo "A first hello"