Automated build changes (#9619)

* Automated build changes
* drop a useless ubuntu non lts version
* update gitlab ci syntax to modern one
* add debian 10 step on the gitlab ci pipeline
* switch docker build to Debian 10
* add .gradle folder to gitignore
This commit is contained in:
Loïc Blot
2020-04-09 20:46:06 +02:00
committed by GitHub
parent 3ad5388c6d
commit 12275e235a
3 changed files with 54 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
USER root
RUN apt-get update -y && \