aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.onedev-buildspec.yml13
1 files 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