diff options
| -rw-r--r-- | .build.yml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -27,6 +27,23 @@ tasks: - test: | cd iced-builder cargo test --verbose --workspace + - environment: | + cd hare + if [ "$BUILD_SUBMITTER" = "git.sr.ht" ] + then + if [ "$GIT_REF" != "refs/heads/master" ] + then + complete-build + fi + if [ "$(git remote get-url origin)" != "https://git.sr.ht/~pml68/iced-builder" ] + then + complete-build + fi + fi + if [ "$BUILD_REASON" = "patchset" ] + then + complete-build + fi - build-stable: | cd iced-builder |
