delete factor/ every time after a build is finished. you can easily check it out by knowing the git-id
parent
8befaa53de
commit
3d97e4c82e
|
@ -5,6 +5,8 @@ io.files io.launcher mason.child mason.cleanup mason.common
|
||||||
mason.help mason.release mason.report namespaces prettyprint ;
|
mason.help mason.release mason.report namespaces prettyprint ;
|
||||||
IN: mason.build
|
IN: mason.build
|
||||||
|
|
||||||
|
QUALIFIED: continuations
|
||||||
|
|
||||||
: create-build-dir ( -- )
|
: create-build-dir ( -- )
|
||||||
now datestamp stamp set
|
now datestamp stamp set
|
||||||
build-dir make-directory ;
|
build-dir make-directory ;
|
||||||
|
@ -21,10 +23,11 @@ IN: mason.build
|
||||||
create-build-dir
|
create-build-dir
|
||||||
enter-build-dir
|
enter-build-dir
|
||||||
clone-builds-factor
|
clone-builds-factor
|
||||||
record-id
|
[
|
||||||
build-child
|
record-id
|
||||||
upload-help
|
build-child
|
||||||
release
|
upload-help
|
||||||
cleanup ;
|
release
|
||||||
|
] [ cleanup ] [ ] continuations:cleanup ;
|
||||||
|
|
||||||
MAIN: build
|
MAIN: build
|
||||||
|
|
Loading…
Reference in New Issue