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
21adf082
Commit
21adf082
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Move symlink creation to Makefile
parent
9e6006d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#32403
passed
1 year ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
Makefile
+4
-1
4 additions, 1 deletion
Makefile
with
5 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
21adf082
...
@@ -4,3 +4,4 @@ sagetex.sty
...
@@ -4,3 +4,4 @@ sagetex.sty
sage-plots-for-main.tex/
sage-plots-for-main.tex/
dependency-newcommands.tex
dependency-newcommands.tex
dependency-packages.tex
dependency-packages.tex
tilt.rs
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
1
View file @
21adf082
...
@@ -9,7 +9,6 @@ build:
...
@@ -9,7 +9,6 @@ build:
-
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
-
sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
-
ln -s max-destabilizer-rank/tilt.rs/ tilt.rs
-
make main.pdf || echo make failed
-
make main.pdf || echo make failed
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
1
View file @
21adf082
...
@@ -9,7 +9,7 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS})
...
@@ -9,7 +9,7 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS})
SAGESCRIPT
=
main.sagetex.sage
SAGESCRIPT
=
main.sagetex.sage
main.pdf
:
${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp
main.pdf
:
${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp
tilt.rs
latexmk
||
echo
this fails but seems to produce pdf correctly
latexmk
||
echo
this fails but seems to produce pdf correctly
main.sagetex.sout.tmp
:
${SAGESCRIPT} chapter_py_libs
main.sagetex.sout.tmp
:
${SAGESCRIPT} chapter_py_libs
...
@@ -40,6 +40,9 @@ chapter_py_libs:
...
@@ -40,6 +40,9 @@ chapter_py_libs:
$(
MAKE
)
-C
$$
dir
notebook_py_libs
;
\
$(
MAKE
)
-C
$$
dir
notebook_py_libs
;
\
done
done
tilt.rs
:
ln
-s
max-destabilizer-rank/tilt.rs/ tilt.rs
newcommands.tex
:
dependency-newcommands.tex
newcommands.tex
:
dependency-newcommands.tex
packages.tex
:
dependency-packages.tex
packages.tex
:
dependency-packages.tex
...
...
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