build: nix packaging
This commit is contained in:
parent
dfeb02e50b
commit
28087c182e
9 changed files with 128 additions and 23 deletions
5
Justfile
5
Justfile
|
@ -27,4 +27,7 @@ run *ARGS='': build
|
|||
{{builddir}}/src/core/quickshell {{ARGS}}
|
||||
|
||||
test *ARGS='': build
|
||||
ctest --test-dir build --output-on-failure {{ARGS}}
|
||||
ctest --test-dir {{builddir}} --output-on-failure {{ARGS}}
|
||||
|
||||
install *ARGS='': clean (configure "release") build
|
||||
cmake --install {{builddir}} {{ARGS}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue