dummy circle-ci (#434)

* Create config.yml

* Updated config.yml
This commit is contained in:
Kjell Hedström. We are hiring @ Ganaz 2022-03-07 19:20:19 -07:00 committed by GitHub
parent 22f8d8cb99
commit a248f6a930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.circleci/config.yml Normal file
View File

@ -0,0 +1,16 @@
version: 2.1
executors: #(1)
exectr:
docker:
- image: dockerben/cpptemplate:latest
# example, maybe setup my own image later
# https://thoughts-on-coding.com/2020/04/20/a-cpp-github-template-repository-utilizing-circleci-cmake-docker-and-doxygen/
jobs:
build:
executor: exectr #(1)
steps:
- checkout
- run:
name: build_and_run
command: |
./scripts/buildAndRunTests.sh