aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 13:40:15 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 13:40:15 +0100
commitd2f37b5965d5c122bbc0e86e0e91b0d631012325 (patch)
tree888277f57ea7518d507a5df17b1c679e10f8aac9 /.onedev-buildspec.yml
parentb6e7782be4a7e5d6e4b40787f0bb4e5c65e99520 (diff)
Make autobootstrap system
Diffstat (limited to '.onedev-buildspec.yml')
-rw-r--r--.onedev-buildspec.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index 3311d18..0cd6ec3 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -14,13 +14,12 @@ jobs:
image: gcc
interpreter: !DefaultInterpreter
commands:
- - make lib core smash
- - make dist
+ - make
useTTY: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !PublishArtifactStep
name: Publish
- artifacts: dist/
+ artifacts: target/rex.iso
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !TagCreateTrigger