mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
.gitlab-ci.yml: Set up GitLab CI.
This commit is contained in:
parent
817a1cb54a
commit
eb211b842c
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
image: ubuntu:focal
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y upgrade
|
||||
- apt-get -y install openjdk-8-jdk
|
||||
- apt-get -y install gradle
|
||||
|
||||
build:
|
||||
script:
|
||||
- gradle build --stacktrace
|
Loading…
Add table
Add a link
Reference in a new issue