Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rodin Handbook
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Rodin Handbook
Compare revisions
23d4a60659fc25a2efa18faae7db82a45da455fd to e3b6075966ab583368e7cfe32122c46e2bea3e6e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
general/stups/rodin_handbook
Select target project
No results found
e3b6075966ab583368e7cfe32122c46e2bea3e6e
Select Git revision
Branches
master
1 result
Swap
Target
general/stups/rodin_handbook
Select target project
general/stups/rodin_handbook
1 result
23d4a60659fc25a2efa18faae7db82a45da455fd
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Remove unnecessary sudo
· 510831dc
dgelessus
authored
1 year ago
510831dc
Ensure that working directory doesn't stay in the plastex directory
· e3b60759
dgelessus
authored
1 year ago
e3b60759
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
View file @
e3b60759
...
@@ -4,11 +4,11 @@ build:
...
@@ -4,11 +4,11 @@ build:
variables
:
variables
:
DEBIAN_FRONTEND
:
noninteractive
DEBIAN_FRONTEND
:
noninteractive
before_script
:
before_script
:
-
sudo
apt-get update
-
apt-get update
-
sudo
apt-get install -y ant dvipng maven python-imaging rubber texlive-fonts-recommended texlive-latex-extra texlive-math-extra wget
-
apt-get install -y ant dvipng maven python-imaging rubber texlive-fonts-recommended texlive-latex-extra texlive-math-extra wget
-
wget -O plastex.tar.gz https://github.com/tiarno/plastex/archive/1.0.0.tar.gz
-
wget -O plastex.tar.gz https://github.com/tiarno/plastex/archive/1.0.0.tar.gz
-
tar -xzvf plastex.tar.gz
-
tar -xzvf plastex.tar.gz
-
cd plastex-1.0.0 &&
sudo
python setup.py install
-
(
cd plastex-1.0.0 && python setup.py install
)
script
:
script
:
-
cd org.rodinp.handbook.feature
-
cd org.rodinp.handbook.feature
-
ant -file customBuild.xml
-
ant -file customBuild.xml
...
...
This diff is collapsed.
Click to expand it.