Skip to content

Commit

Permalink
Clarify what is done in the Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lupino3 authored Jul 19, 2018
1 parent e339430 commit 269e0ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ notifications:
language: java
install:
- |
# Fail if any of the following commands fails.
set -e
# Parallelize downloads of dependencies.
sudo pip install Sphinx==1.1.3 &
Expand All @@ -50,10 +51,15 @@ install:
wait ${GRADLE_PID}
script:
- |
# Fail if any of the following commands fails.
set -e
# Ant-based tests: run unit-tests, build the web UI, build HTML+PDF docs.
ant test
ant gwtc
ant docs
# Bazel-based tests: unit tests and building the JAR file.
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:
Expand Down

0 comments on commit 269e0ca

Please sign in to comment.