testing circle-ci #6

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:50:40 +02:00
parent 7c81aabe3c
commit 5f5f375b0a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
- image: enumack/buildcontainers:gcc-8.1
- image: 13coders/cpp17-base
steps:
- checkout
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j