CircleCI build config
parent
e4bbce7152
commit
6f2159efd2
@ -0,0 +1,9 @@
|
|||||||
|
jobs:
|
||||||
|
build: # name of your job
|
||||||
|
machine: true # executor type
|
||||||
|
resource_class: brettwooldridge/ubuntu
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# Commands run in a Linux virtual machine environment
|
||||||
|
- run: mvn clean package
|
||||||
|
|
Loading…
Reference in New Issue