Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
le-multiterminal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
le6
le-multiterminal
Commits
81c3a2ce
Commit
81c3a2ce
authored
6 years ago
by
legton
Browse files
Options
Downloads
Patches
Plain Diff
SCRUM#634
: Atualiza gitlab-ci
parent
5d20a8fd
No related branches found
No related tags found
2 merge requests
!35
SCRUM#644: Move lightdm config to a dedicated script on lightdm.conf.d/
,
!34
SCRUM#634: Atualiza gitlab-ci
Pipeline
#18666
passed
6 years ago
Stage: lint
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-2
6 additions, 2 deletions
.gitlab-ci.yml
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
6
−
2
View file @
81c3a2ce
...
...
@@ -28,16 +28,20 @@ build:
tags
:
-
debian-packaging
script
:
-
apt-get update && apt-get install -y libx11-dev libcairo2-dev
-
apt-get update && apt-get install -y libx11-dev libcairo2-dev
debhelper
-
./.build.sh
test
:
stage
:
test
tags
:
-
ubuntu
-
debootstrap
-
regular
script
:
-
apt-get update && apt-get install -y wget
# Instalacao previa do lightdm, necessaria devido ao Bug #1537329 do pacote plymouth:
-
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install lightdm language-pack-gnome-pt language-pack-pt-base
# Instalacao previa de dependencias que dao erros devido a conflitos de pacotes na imagem docker ubuntu:16:04 regular:
-
apt-get install -y xserver-xorg-core-hwe-16.04
-
echo "deb http://repo.c3sl.ufpr.br/le6/ unstable main" > /etc/apt/sources.list.d/le6.list
-
wget -O- http://repo.c3sl.ufpr.br/le6/le.c3sl.ufpr.br.key | apt-key add -
-
echo "Installation test:"
...
...
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