add ci
This commit is contained in:
parent
50029c254e
commit
fd982d54e7
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
package:
|
||||||
|
image:
|
||||||
|
name: maven:3-openjdk-11
|
||||||
|
script:
|
||||||
|
- mvn clean install
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- target/keycloak-scim-1.0-SNAPSHOT.jar
|
||||||
|
only:
|
||||||
|
- main
|
Loading…
Reference in a new issue