Skip to content
Snippets Groups Projects
Commit 6cb0f3c1 authored by Alessandro Elias's avatar Alessandro Elias
Browse files

Merge branch 'issue/463' into 'master'

SCRUM#463: Add more testing stages on CI

See merge request !17
parents 8e78b679 481928ea
No related branches found
No related tags found
3 merge requests!22Fix version,!21Fix version,!17SCRUM#463: Add more testing stages on CI
Pipeline #16923 failed
......@@ -21,13 +21,14 @@ test:
- ubuntu
- regular
script:
# TODO: find a way to get the dependencies automatically
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y locales language-pack-gnome-pt language-pack-pt-base wget
- apt-get update && apt-get install -y wget
- 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 "deb http://repo.c3sl.ufpr.br/le6/ testing main" > /etc/apt/sources.list.d/le6.list && apt-get update
- locale-gen pt_BR.UTF-8
- export LANG=pt_BR.UTF-8
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install $(pwd)/build/*.deb
- echo "Installation test:"
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install $(pwd)/build/*.deb language-pack-gnome-pt language-pack-pt-base
- echo "Removal test:"
- pkg_name=$(head -n 1 package/debian/changelog | cut -d' ' -f1)
- DEBIAN_FRONTEND=noninteractive apt -y remove $pkg_name
dependencies:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment