1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Tin Švagelj
5ee7bd1185
Add compiler cache and fix CMake deprecation warnings (#2132)
- Fix use of deprecated `exec_program`.
- Reformat 'UninstallConky.cmake.in' file.
- Separate BUILD_TESTS (now BUILD_TESTING to shadow CTest variable) from
  MAINTAINER_MODE flag.
  - Remove BUILD_TESTS flag from CI, default it already true.
- Add support for (s)ccache, enable it by default.
- Add REPRODUCIBLE_BUILD to disable (s)ccache default.
  - Set REPRODUCIBLE_BUILD=ON in nix flake.
- Add sccache to CI.
- Add CI detection for possible future use, stored in ENV_IS_CI variable.
- Minor formatting tweaks.

Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2025-01-05 05:37:03 +00:00
Brenden Matthews
e4af9bc180 Docker: username not secret; allow cache pulls 2024-06-04 14:03:10 -04:00
Brenden Matthews
7043b34abb Docker: only write to cache if creds available 2024-06-04 14:03:10 -04:00
Brenden Matthews
e99d9171de Docker: make sure image has sensible default name 2024-06-01 10:36:33 -04:00
Brenden Matthews
572b004cee Docker: don't login without creds 2024-05-30 10:36:32 -04:00
Brenden Matthews
a03f0bc562 Fix typo 2024-05-02 15:14:48 -04:00
Brenden Matthews
89e8fe580e Move docker build to separate script for less jank 2024-05-02 15:09:45 -04:00