diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:12:03 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:12:03 +0100 |
| commit | 05e17e6bf629649e368c87db1fabbd8445df865d (patch) | |
| tree | b5ac96ee57bac219e673b64cde23541c2220398b | |
| parent | fad24d5f517d95afbe2936c98e8f87431f2760bc (diff) | |
Edit .onedev-buildspec.yml
| -rw-r--r-- | .onedev-buildspec.yml | 13 |
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 |