summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-02 10:33:45 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-04 08:53:23 +0300
commit2c0cb550cd6fa2c0bacec83a765aa286fd4ee87a (patch)
tree869439bcbd2f46283dbe1a6a5bf689ba5226cc99 /jt.md
parent96c269190104ce3be4ecb071352d129ace9ea93a (diff)
downloadjt2-2c0cb550cd6fa2c0bacec83a765aa286fd4ee87a.tar.gz
build: add rudimentary .gitlab-ci.yml file to test GitLab CI
This uses the Rust Docker image from Docker Hub, and installs Subplot and other tools into that, before it runs jt's ./check script. Installing all the tools takes a fair bit of time, as does building jt every time. These could and should be improved later. Sponsored-by: author
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/jt.md b/jt.md
index a06ccf4..0a945ea 100644
--- a/jt.md
+++ b/jt.md
@@ -293,10 +293,10 @@ author:
template: python
bindings:
- subplot/jt.yaml
-- subplot/vendored/files.yaml
-- subplot/vendored/runcmd.yaml
+- lib/files.yaml
+- lib/runcmd.yaml
functions:
- subplot/jt.py
-- subplot/vendored/files.py
-- subplot/vendored/runcmd.py
+- lib/files.py
+- lib/runcmd.py
...