mirror of
https://github.com/fluencelabs/jabci
synced 2025-04-26 23:32:18 +00:00
circleCi: try something else. Maybe this works out of the box
This commit is contained in:
parent
6c5f35474e
commit
a6df8ce377
48
circle.yml
48
circle.yml
@ -1,46 +1,10 @@
|
|||||||
# Java Maven CircleCI 2.0 configuration file
|
dependencies:
|
||||||
#
|
override:
|
||||||
# Check https://circleci.com/docs/2.0/language-java/ for more details
|
- mvn -DskipTests clean install dependency:resolve-plugins dependency:go-offline
|
||||||
#
|
|
||||||
version: 2
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
docker:
|
|
||||||
# specify the version you desire here
|
|
||||||
- image: circleci/openjdk:8-jdk
|
|
||||||
|
|
||||||
# Specify service dependencies here if necessary
|
test:
|
||||||
# CircleCI maintains a library of pre-built images
|
override:
|
||||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
- mvn -o surefire:test
|
||||||
# - image: circleci/postgres:9.4
|
|
||||||
|
|
||||||
working_directory: ~/repo
|
|
||||||
|
|
||||||
environment:
|
|
||||||
# Customize the JVM maximum heap limit
|
|
||||||
MAVEN_OPTS: -Xmx3200m
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
|
|
||||||
# Download and cache dependencies
|
|
||||||
- restore_cache:
|
|
||||||
keys:
|
|
||||||
- v1-dependencies-{{ checksum "pom.xml" }}
|
|
||||||
# fallback to using the latest cache if no exact match is found
|
|
||||||
- v1-dependencies-
|
|
||||||
|
|
||||||
- run: mvn dependency:go-offline
|
|
||||||
|
|
||||||
- save_cache:
|
|
||||||
paths:
|
|
||||||
- ~/.m2
|
|
||||||
key: v1-dependencies-{{ checksum "pom.xml" }}
|
|
||||||
|
|
||||||
# run tests!
|
|
||||||
- run: mvn clean install
|
|
||||||
|
|
||||||
- deployment
|
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
main:
|
main:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user