forked from x97mdr/testcontainers-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
23 lines (23 loc) · 690 Bytes
/
Copy pathcircle.yml
File metadata and controls
23 lines (23 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
machine:
java:
version: oraclejdk8
environment:
DOCKER_HOST: tcp://127.0.0.1:2376
DOCKER_TLS_VERIFY: 0
MAVEN_OPTS: -Xmx512m
_JAVA_OPTIONS: "-Xms512m -Xmx1024m"
dependencies:
override:
- "sudo docker -d -e lxc -s btrfs -H 0.0.0.0:2376 -H unix:///var/run/docker.sock --log-level=debug --debug=true":
background: true
- mvn install -DskipTests
test:
override:
- mvn test
- mvn test -f shade-test/pom.xml
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
notify:
webhooks:
- url: https://webhooks.gitter.im/e/1bf1c6aa3b2aa8408c5f