testing circle-ci #7

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:54:43 +02:00
parent 5f5f375b0a
commit 031fa1fe92
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ jobs:
- image: 13coders/cpp17-base
steps:
- checkout
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j
- run: CC=clang && CXX=clang++ && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j