Commit 9d258909 by FritzFlorian

Add script for CI to build project.

parent ee843f57
#!/usr/bin/env bash
mkdir cmake-build-release
cd cmake-build-release
cmake .. -DCMAKE_BUILD_TYPE=RELEASE
make
# echo the result of make to show it in gitlab
exit $?
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