Skip to content
Snippets Groups Projects
Commit 481928ea authored by Guilherme Becker Agge's avatar Guilherme Becker Agge
Browse files

SCRUM#463: Add more testing stages on CI

parent 2f9c824a
No related branches found
No related tags found
3 merge requests!22Fix version,!21Fix version,!17SCRUM#463: Add more testing stages on CI
Pipeline #16852 passed
......@@ -27,7 +27,7 @@ test:
- 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=$(dpkg -I $(pwd)/build/*.deb | grep Package | head -1 | cut -d ':' -f2)
- 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