mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/openjdk8: add very basic check function
This commit is contained in:
parent
51026c10c0
commit
fc348670e4
@ -153,6 +153,13 @@ build() {
|
|||||||
make || return 1
|
make || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# TODO: Run tests or at least try to compile and run hello world.
|
||||||
|
check() {
|
||||||
|
cd "$builddir"/openjdk.build/images/j2sdk-image
|
||||||
|
|
||||||
|
./bin/java -version
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user