Skip to content
Snippets Groups Projects
Commit fc348670 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/openjdk8: add very basic check function

parent 51026c10
No related branches found
No related tags found
No related merge requests found
...@@ -153,6 +153,13 @@ build() { ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment