Skip to content

Commit

Permalink
Build deploy JAR from Bazel on Travis
Browse files Browse the repository at this point in the history
Also, fix indentation of .travis.yml. The script was malformed.

Detected by checking `travis requests -l5`, and checked with `travis
lint`.
  • Loading branch information
lupino3 committed Jul 15, 2018
1 parent 07da254 commit 70a4def
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ install:
rm -f install.sh
script:
- |
ant test
ant gwtc
bazel test //src/test/java/org/edumips64/...:all

ant test
ant gwtc
bazel test //src/test/java/org/edumips64/...:all
bazel build //src/main/java/org/edumips64:edumips64_deploy.jar --workspace_status_command=utils/bazel-stamp.sh --stamp
jdk:
- oraclejdk8
after_success:
Expand Down

0 comments on commit 70a4def

Please sign in to comment.