Commit 13441527 by FritzFlorian

Add basic CI integration.

For now this is only running our catch tests, but we plan on adding more (ThreadSanitizer, basic performance metrics) later on.
parent c6558ef5
image: "ubuntu:latest"
stages:
- build
- test
before_script:
- apt update; apt-get install --yes --force-yes build-essential cmake
build_cmake:
stage: build
script:
./build_cmake_release.sh
artifacts:
paths:
- cmake-build-release/bin/
run_tests:
stage: test
script:
./build_cmake_release.sh; ./cmake-build-release/bin/tests
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment