2018-05-23 15:36:57 +00:00
|
|
|
version: 2
|
|
|
|
jobs:
|
2018-05-23 15:40:10 +00:00
|
|
|
build:
|
|
|
|
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
|
2018-05-23 15:42:33 +00:00
|
|
|
- image: enumack/buildcontainers:gcc-8.1
|
2018-05-23 15:40:10 +00:00
|
|
|
steps:
|
|
|
|
- checkout
|
2018-05-23 15:46:04 +00:00
|
|
|
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j
|