Commit 316a7eeb authored by Dominik Charousset's avatar Dominik Charousset

Disable release build on FreeBSD

For some reason, the FreeBSD VM in Jenkins takes 1h for a release build.
Hence, we disable it for now until further investigation.
parent 83bb7410
......@@ -21,7 +21,7 @@ buildMatrix = [
tools: ['clang'],
]],
['FreeBSD', [
builds: ['debug', 'release'],
builds: ['debug'], // no release build for now, because it takes 1h
tools: ['clang'],
]],
['Windows', [
......
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 to comment