Skip to content
Snippets Groups Projects
Commit c714d733 authored by Luke Naylor's avatar Luke Naylor
Browse files

Add CI to match last commit

parent 2ff595b5
No related branches found
No related tags found
No related merge requests found
Pipeline #32574 failed
...@@ -4,15 +4,16 @@ variables: ...@@ -4,15 +4,16 @@ variables:
build: build:
image: registry.gitlab.com/lukenaylor/latex/sagetex-image:latest image: registry.gitlab.com/lukenaylor/latex/sagetex-image:latest
image: registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest
tags: ["x64"] tags: ["x64"]
script: before_script:
- echo $SHELL - echo $SHELL
- source /root/.bashrc - source /root/.bashrc
- sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple - git clone --depth=1 --branch v0.20.4 https://github.com/tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust
- make tilt.rs - sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
- make blank-appendix script:
- latexmk -use-make - echo $SHELL
- make nb-appendix - make pretex
- latexmk -use-make - latexmk -use-make
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment