Skip to content

Commit

Permalink
issue JPPF-589 adding build of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocohen committed Jul 13, 2019
1 parent 829d9a8 commit 4786363
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ language: java

install: true

services:
- docker

before_script:
- env -u _JAVA_OPTIONS
- env -u _JAVA_OPTIONS

script:
- ant build
- ant test.lite
- ant build
- ant docker
- ant test.lite

jdk:
- openjdk8
Expand Down
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@
<delete dir="samples-pack/shared/lib" quiet="true"/>
</target>

<target name="docker" description="build JPPF docker images">
<echo message="Building the JPPF docker images"/>
<ant dir="JPPF/bin" target="build.docker.images" useNativeBasedir="true"/>
</target>

</project>

0 comments on commit 4786363

Please sign in to comment.