Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
technical-testing
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
work
technical-testing
Merge requests
!6
Resolve "Add gitlab CI automatic build"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Add gitlab CI automatic build"
1-add-gitlab-ci-automatic-build
into
master
Overview
0
Commits
1
Pipelines
8
Changes
4
Merged
Resolve "Add gitlab CI automatic build"
Benoît Harrault
requested to merge
1-add-gitlab-ci-automatic-build
into
master
Jul 6, 2020
Overview
0
Commits
1
Pipelines
8
Changes
1
Closes
#1 (closed)
Edited
Jul 6, 2020
by
Benoît Harrault
0
0
Merge request reports
Compare
version 4
version 7
e38ab1fd
Jul 6, 2020
version 6
d85293c0
Jul 6, 2020
version 5
f7e83980
Jul 6, 2020
version 4
2f366990
Jul 6, 2020
version 3
c6d232e3
Jul 6, 2020
version 2
7809cc5a
Jul 6, 2020
version 1
c42cb884
Jul 6, 2020
master (base)
and
version 6
latest version
1dcfa251
1 commit,
Jul 6, 2020
version 7
e38ab1fd
1 commit,
Jul 6, 2020
version 6
d85293c0
1 commit,
Jul 6, 2020
version 5
f7e83980
1 commit,
Jul 6, 2020
version 4
2f366990
1 commit,
Jul 6, 2020
version 3
c6d232e3
1 commit,
Jul 6, 2020
version 2
7809cc5a
1 commit,
Jul 6, 2020
version 1
c42cb884
1 commit,
Jul 6, 2020
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci/00-install/01_install_dependencies.sh
+
2
−
1
View file @ d85293c0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,5 +9,6 @@ if [ -n "${DEBUG}" ]; then
fi
# Install missing dependencies
DEBIAN_FRONTEND
=
noninteractive
apt-get update
-yqq
apt-get
install
-yqq
pandoc texlive-latex-
extra
texlive-latex-
recommended
apt-get
install
-yqq
pandoc texlive-latex-
recommended
texlive-latex-
extra
Loading