mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-21 17:45:58 +01:00
Create .gitlab-ci.yml
This commit is contained in:
parent
622f9340c4
commit
1c0f29242e
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
@ -0,0 +1,15 @@
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install -y software-properties-common
|
||||
- add-apt-repository -y ppa:webupd8team/java
|
||||
- apt-get update -qq
|
||||
- echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections
|
||||
- echo debconf shared/accepted-oracle-license-v1-1 seen true | sudo debconf-set-selections
|
||||
- apt-get install -y oracle-java8-installer
|
||||
- apt-get install -y maven
|
||||
build:
|
||||
script:
|
||||
- mvn install
|
||||
artifacts:
|
||||
paths:
|
||||
- target/EggCatcher-1.0-SNAPSHOT.jar
|
Loading…
Reference in New Issue
Block a user