diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..0eef15f --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,8 @@ +version: 2 +jobs: + build: + docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker. + - image: purplekarrot/gcc-8 + steps: + - checkout + - run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j