Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Rapport-TP-LaTeX-UTC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LaTeX-UTC
Templates
Rapport-TP-LaTeX-UTC
Commits
c9e3d969
Commit
c9e3d969
authored
Mar 09, 2019
by
Florent Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test new CI
parent
58abc00d
Pipeline
#36163
failed with stage
in 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
40 deletions
+16
-40
.gitlab-ci.yml
.gitlab-ci.yml
+8
-37
.gitmodules
.gitmodules
+1
-1
Makefile
Makefile
+7
-2
No files found.
.gitlab-ci.yml
View file @
c9e3d969
image
:
blang/latex
building-latex-master
:
stage
:
build
pages
:
image
:
blang/latex
script
:
-
apt-get update --yes
-
apt-get install imagemagick --yes
-
apt-get install wget --yes
-
bash build.sh get_assets
-
bash build.sh make
-
make prepare_deploy
-
mv deploy public
artifacts
:
paths
:
-
main.pdf
-
latex-rapport-UTC.zip
-
main-0.png
-
main-1.png
expire_in
:
2 year
only
:
-
master
tags
:
-
docker
building-latex-other-branch
:
stage
:
build
script
:
-
apt-get update --yes
-
apt-get install imagemagick --yes
-
apt-get install wget --yes
-
bash build.sh get_assets
-
bash build.sh make
artifacts
:
paths
:
-
main.pdf
-
latex-rapport-UTC.zip
-
main-0.png
-
main-1.png
expire_in
:
2 week
except
:
-
master
-
public
expire_in
:
1 hour
# only:
# - master
tags
:
-
docker
\ No newline at end of file
.gitmodules
View file @
c9e3d969
[submodule "Graphismes-UTC"]
path = Graphismes-UTC
url =
git@gitlab.utc.fr:LaTeX-UTC
/Graphismes-UTC.git
url =
../..
/Graphismes-UTC.git
Makefile
View file @
c9e3d969
...
...
@@ -5,7 +5,6 @@ default:
preview
:
default
convert
-density
150 main.pdf
-quality
90 main.png
rm
-rf
export
*
.png
*
.zip
archive
:
rm
-rf
build
...
...
@@ -16,6 +15,12 @@ archive:
cd
build
&&
zip
-r
../latex-rapport-UTC.zip
*
prepare_deploy
:
preview archive
rm
-rf
deploy
mkdir
deploy
cp
main.pdf
latex-rapport-UTC.zip
main-0.png
main-1.png
deploy/
clean
:
latexmk
-C
rm
-rf
build
*
.png
*
.zip
rm
-rf
build
deploy
*
.png
*
.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment