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

Merge branch 'issue/463' into 'develop'

SCRUM#463: Add more testing stages on CI

See merge request !16
parents 853bacc1 df1ea808
No related branches found
No related tags found
2 merge requests!18Deploy rc-1.0.0,!16SCRUM#463: Add more testing stages on CI
Pipeline #17665 canceled
......@@ -35,14 +35,17 @@ test:
- ubuntu
- regular
script:
- apt-get update && apt-get install -y wget locales
- 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
- 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
- recommends=$(grep Recommends package/debian/control | cut -d ':' -f2 | tr -d ',')
- DEBIAN_FRONTEND=noninteractive apt-get install -y $recommends
- echo "Removal test:"
- pkg_name=$(head -n 1 package/debian/changelog | cut -d' ' -f1)
- DEBIAN_FRONTEND=noninteractive apt -y remove $pkg_name
- DEBIAN_FRONTEND=noninteractive apt -y remove $recommends
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