#!/usr/bin/env bash mkdir cmake-build-release cd cmake-build-release
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DTHREAD_SANITIZER=OFF
make # echo the result of make to show it in gitlab exit $?