testing circle-ci #8

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:58:21 +02:00
parent 031fa1fe92
commit 5b1a3d9ea4
1 changed files with 2 additions and 2 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: 13coders/cpp17-base
- image: purplekarrot/gcc-8
steps:
- checkout
- run: CC=clang && CXX=clang++ && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j