summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2024-09-22 17:11:16 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2024-09-22 17:11:35 -0300
commita98abb965dff8dfcbdc2b47454ecfbd370b93a50 (patch)
tree71020ad426d9f7dadd9b31f38bee461cf2fa5214 /justfile
parentc651ae6d7a11c77a607543a1afae863b20b6d174 (diff)
downloadkodereviewer-a98abb965dff8dfcbdc2b47454ecfbd370b93a50.tar.gz
Now it's building
Diffstat (limited to 'justfile')
-rw-r--r--justfile9
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/