From 05e17e6bf629649e368c87db1fabbd8445df865d Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 17 Jan 2023 23:12:03 +0100 Subject: Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 8b10a16..045f7ed 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -15,19 +15,12 @@ jobs: interpreter: !DefaultInterpreter commands: - make lib core smash + - make dist useTTY: false condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !PublishArtifactStep - name: Publish SLib - artifacts: /lib/slib.a - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - - !PublishArtifactStep - name: Publish Core - artifacts: core/objects - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - - !PublishArtifactStep - name: Publish Smash - artifacts: smash/smash + name: Publish + artifacts: dist/ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL retryCondition: never maxRetries: 3 -- cgit v1.2.3-70-g09d2