Searched refs:post_build (Results 1 – 3 of 3) sorted by relevance
54 pub post_build: Option<PathBuf>, field62 post_build: Option<PathBuf>, in new()67 post_build, in new()
50 post-build = "config/post_build.sh"
158 self.post_build()?; in do_execute()223 fn post_build(&mut self) -> Result<(), ExecutorError> { in post_build() method224 if let Some(post_build) = self.entity.task().build.post_build { in post_build()225 let output = Command::new(post_build) in post_build()