-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-system unit-testing & other extras
- fix install.alpine.packages.sh chmod +x - refactor nodejs.py sub-commands (git-CLI style) - add j2v8-cli convenience scripts with command aliases (for win32/linux/macos) - do not run NodeJsTest when native lib was not compiled with node features included - add check in CMake node js lib scripts if all njs lib files exist, exit with error if any is missing - add node 7.9.0 patch file (works for linux, but not windows currently) - j2v8jni build-step is now called j2v8cpp - j2v8jni is a new build-step using javah to regenerate J2V8 JNI header files - j2v8jni build-step is skipped if the required V8.class file does not yet exist - implement basic unit-testing for build-system - centralize maven build-steps logic and also just run maven pre-build actions once per build-process (e.g. copy native J2V8 libs to the Java directories)
- Loading branch information
Showing
54 changed files
with
1,395 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test-reports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.