mirror of https://github.com/sbt/sbt.git
Add smoke test
This commit is contained in:
parent
0368243ed9
commit
c58842da4e
|
|
@ -167,6 +167,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# test building sbtn on Linux
|
# test building sbtn on Linux
|
||||||
sbt "-Dsbt.io.virtual=false" nativeImage
|
sbt "-Dsbt.io.virtual=false" nativeImage
|
||||||
|
# smoke test native Image
|
||||||
|
./client/target/bin/sbtn shutdown
|
||||||
# test launcher script
|
# test launcher script
|
||||||
echo build using JDK 8 test using JDK 8 and JDK 11
|
echo build using JDK 8 test using JDK 8 and JDK 11
|
||||||
cd launcher-package
|
cd launcher-package
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue