diff options
author | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-09-22 17:11:16 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-09-22 17:11:35 -0300 |
commit | a98abb965dff8dfcbdc2b47454ecfbd370b93a50 (patch) | |
tree | 71020ad426d9f7dadd9b31f38bee461cf2fa5214 /justfile | |
parent | c651ae6d7a11c77a607543a1afae863b20b6d174 (diff) | |
download | kodereviewer-a98abb965dff8dfcbdc2b47454ecfbd370b93a50.tar.gz |
Now it's building
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..c368629 --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +run: + python -mkodereviewer + +build: + python -mbuild + +qmltypes: + # If this fails, comment __main__.py code + pyside6-qml-stubgen kodereviewer/ --out-dir ./qmltypes/ |