You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
212 B
11 lines
212 B
1 year ago
|
summary: Basic smoke test
|
||
|
prepare:
|
||
|
how: install
|
||
|
package: xmvn-minimal
|
||
|
execute:
|
||
|
script: |
|
||
|
set -x
|
||
|
cd ./plans/forktest
|
||
|
javac -d target/test-classes ForkTest.java
|
||
|
xmvn -V -e -B -o surefire:test
|