Add GitHub action to test builds with precompiled headers disabled (#3327)

This commit is contained in:
pajlada
2021-10-30 14:24:43 +02:00
committed by GitHub
parent e24dffa961
commit 076152630a
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@
- Bugfix: Fixed being unable to disable `First Message` highlights (#3293)
- Bugfix: Fixed `First Message` custom sound not persisting through restart. (#3303)
- Bugfix: Fixed `First Message` scrollbar highlights not being disabled. (#3325)
- Dev: Add GitHub action to test builds without precompiled headers enabled. (#3327)
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (#3103)
- Dev: Add benchmarks that can be compiled with the `BUILD_BENCHMARKS` CMake flag. Off by default. (#3038)