summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-10 07:47:32 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-10 07:47:32 +0000
commit03d0ebf178826319cadfea5717181008e3a22685 (patch)
tree0cec7b189fc477d35d1a83e714cce54c96c394cd /check
parent22719be2c3b13e4dd0463db10023d615a6bde847 (diff)
parentde9ee5afd4ec8d3a4b0835b865d7f10c3bf8bb8e (diff)
downloadsubplot-03d0ebf178826319cadfea5717181008e3a22685.tar.gz
Merge branch 'single-binary' into 'main'
Refactor into subplot binary Closes #164 See merge request larswirzenius/subplot!136
Diffstat (limited to 'check')
-rwxr-xr-xcheck10
1 files changed, 6 insertions, 4 deletions
diff --git a/check b/check
index 5dc60ed..6102b24 100755
--- a/check
+++ b/check
@@ -101,11 +101,12 @@ class Runcmd:
[
"run",
"--package=subplot",
- "--bin=sp-codegen",
+ "--bin=subplot",
"--",
+ f"--resources={os.path.abspath('share')}",
+ "codegen",
md,
f"--output={output}",
- f"--resources={os.path.abspath('share')}",
],
**kwargs,
)
@@ -116,11 +117,12 @@ class Runcmd:
[
"run",
"--package=subplot",
- "--bin=sp-docgen",
+ "--bin=subplot",
"--",
+ f"--resources={os.path.abspath('share')}",
+ "docgen",
md,
f"--output={output}",
- f"--resources={os.path.abspath('share')}",
],
**kwargs,
)