Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Thesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luke naylor latex documents
research
Thesis
Commits
c714d733
Commit
c714d733
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Add CI to match last commit
parent
2ff595b5
No related branches found
No related tags found
No related merge requests found
Pipeline
#32574
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-6
7 additions, 6 deletions
.gitlab-ci.yml
with
7 additions
and
6 deletions
.gitlab-ci.yml
+
7
−
6
View file @
c714d733
...
...
@@ -4,15 +4,16 @@ variables:
build
:
image
:
registry.gitlab.com/lukenaylor/latex/sagetex-image:latest
image
:
registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest
tags
:
[
"
x64"
]
script
:
before_
script
:
-
echo $SHELL
-
source /root/.bashrc
-
sage -pip install "pseudowalls==0.0.3" --extra-index-url
https://git
la
b.com/
api/v4/projects/43962374/packages/pypi/simple
-
make tilt.rs
-
make blank-appendix
-
latexmk -use-make
-
make
nb-appendi
x
-
git clone --depth=1 --branch v0.20.4
https://git
hu
b.com/
tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust
-
sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
script
:
-
echo $SHELL
-
make
prete
x
-
latexmk -use-make
artifacts
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment