testing circle-ci #5

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:46:04 +02:00
parent 0e9c48905a
commit 7c81aabe3c
1 changed files with 1 additions and 2 deletions

View File

@ -5,5 +5,4 @@ jobs:
- image: enumack/buildcontainers:gcc-8.1 - image: enumack/buildcontainers:gcc-8.1
steps: steps:
- checkout - checkout
- run: echo "A first hello" - run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j
- run: cd build && pwd