Skip to content
Snippets Groups Projects
Unverified Commit 0a0935cf authored by Sébastien Blin's avatar Sébastien Blin
Browse files

fdroid: use apt-get instead apt and update dependencies

Change-Id: I31b40bc3b3c954a2b56ee47ab68576a9a418ecb7
parent cd746191
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,10 @@ echo " - versionName: ${versionName}
subdir: client-android/ring-android/app
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing swig
- apt-get update || apt-get update
- apt-get install -y -t testing swig
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
gradle:
- noPush
rm:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment