File: .travis.yml

package info (click to toggle)
gmavenplus 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,348 kB
  • sloc: java: 5,424; xml: 3,985; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: java
#jdk: openjdk12
jdk: oraclejdk11
sudo: false

# unit test
#script: "./mvnw --batch-mode --activate-profiles indy clean test"

# integration test
before_install: "./mvnw --batch-mode clean"
install: "./mvnw --batch-mode --activate-profiles indy install"
before_script: "./mvnw --batch-mode invoker:install"
script: "./mvnw --batch-mode --activate-profiles indy -Dinvoker.streamLogs=true invoker:run"