Commit Graph

13 Commits

Author SHA1 Message Date
Tom
b72a7e76d9 github/workflow: use clang version 12
Clang's ThreadSanitizer in version 10 and 11 emits a false positive
when using condition variables ("WARNING: ThreadSanitizer: double lock
of a mutex").
This was fixed in version 12 (google/sanitizers#1259).
2021-05-18 02:42:42 +02:00
Tom
9143edba0e github/workflow: run 'Info' step first 2021-05-18 02:40:04 +02:00
Tom
ef2bf28c3d
github/workflow: use catch2 from stable branch 2021-05-17 20:07:45 +02:00
Tom
5e402f8dbf github/workflow: build in release and debug mode 2020-08-01 14:50:14 +02:00
Tom
fe0e0ed2cc github/workflow: reduce verbosity when running sgnl-test 2020-08-01 14:29:08 +02:00
Tom
b9c7b4b935 github/workflow: add clang++ 2020-08-01 14:28:24 +02:00
Tom
7857a565b4 github/workflow: include successful tests in sgnl-test output 2020-07-18 01:41:49 +02:00
Tom
e4c6e7adeb github/workflow: fix typo 2020-07-18 01:34:42 +02:00
Tom
cf3e787279 github/workflow: split up steps into small pieces 2020-07-18 01:33:33 +02:00
Tom
999814c9ff github/workflow: add timeout 2020-07-18 01:26:08 +02:00
Tom
e824962b85 github/workflow: install dependency 'catch2' 2020-07-18 00:40:00 +02:00
Tom
af223944b6 github/workflow: do not abort if build directory exists 2020-07-18 00:26:01 +02:00
Tom
9ea3db19c3 add github workflow 2020-07-18 00:21:44 +02:00