This repository was archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
PharoBuild
Johan Brichau edited this page Mar 26, 2015
·
1 revision
Pharo Build is a Hudson plugin to build Pharo images.
- image name
- script to execute
- debug log file to watch for, when found will consider the build failed, kill the process and write the contents to the console
- VM executable
- VM parameters
- before code
- after code
- make the file watchdog a demon thread so that the vm can shut down
- removed exclamation marks in the default "After Code" template
- write starup script in workspace folder and don't delete it after the build
- removed copy image functionality
Version 0.6.1 see the Hudson page on manually installing plugins. You need to remove the version from the file name.
- validation of required parameters in global config
- validation of required parameters in build config (image name)
- generate Cobertura coverage file
- run Task scanner on #flag: and #flag
- write compiler output to stdout or stderr