diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-23 16:26:39 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-23 16:26:39 +1000 |
| commit | 0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739 (patch) | |
| tree | 482d6b49bb81b6e341e4feb872047a58b9af8c5e | |
| parent | plugin/fsm: update relativePath when path changed (diff) | |
| download | caelestia-shell-0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739.tar.gz caelestia-shell-0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739.tar.bz2 caelestia-shell-0a02e0d407c2c9d695ee0e7fc4b5ec7f436ea739.zip | |
dev: build with clazy
| -rw-r--r-- | .envrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -9,10 +9,7 @@ watch_file plugin/**/*.cpp watch_file plugin/**/*.hpp watch_file **/CMakeLists.txt -export CC=clang -export CXX=clang++ - -cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv +cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=clazy -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv cmake --build build export CAELESTIA_LIB_DIR="$PWD/build/lib" export QML2_IMPORT_PATH="$PWD/build/qml:${QML2_IMPORT_PATH:-}" |