Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
le6
le-multiterminal
Commits
ba8eb32b
Commit
ba8eb32b
authored
Jul 25, 2018
by
Guilherme Becker Agge
Browse files
SCRUM#463
: Add more testing stages on CI
parent
694ae241
Pipeline
#16839
passed with stages
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ba8eb32b
...
...
@@ -29,7 +29,7 @@ test:
-
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y udev
-
DEBIAN_FRONTEND=noninteractive apt-get -y install $(pwd)/build/*.deb language-pack-gnome-pt language-pack-pt-base
-
echo "Removal test:"
-
pkg_name=$(
dpkg -I $(pwd)/build/*.deb | grep Package | head -1
| cut -d '
:'
-f
2
)
-
pkg_name=$(
head -n 1 package/debian/changelog
| cut -d
'
' -f
1
)
-
DEBIAN_FRONTEND=noninteractive apt -y remove $pkg_name
dependencies
:
-
build
...
...
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