mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
travis: Also call 'install' target
to check if artifact creation is functional.
This commit is contained in:
parent
ca9fb36d09
commit
68e14bd897
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,12 @@ before_install:
|
|||
- sudo apt install graphviz
|
||||
|
||||
install: gradle assemble --stacktrace
|
||||
script: gradle check --stacktrace
|
||||
|
||||
# Run the test suite and also install the artifacts in the local maven
|
||||
# archive to additionaly test if artifact creation is
|
||||
# functional. Which hasn't always be the case in the past, see
|
||||
# 90cbcaebc7a89f4f771f733a33ac9f389df85be2
|
||||
script: gradle check install --stacktrace
|
||||
|
||||
after_success:
|
||||
- JAVAC_VERSION=$((javac -version) 2>&1)
|
||||
|
|
Loading…
Reference in a new issue