-
Notifications
You must be signed in to change notification settings - Fork 0
/
.robuild.yaml
33 lines (27 loc) · 1021 Bytes
/
.robuild.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
%YAML 1.0
---
# Example .robuild.yml file
# Source is optional (NYI), and should be a URL to source the content from
#source: <url>
# Defines a list of jobs which will be performed.
# Only 1 job will currently be executed.
jobs:
build:
# Env defines system variables which will be used within the environment.
# Multiple variables may be assigned.
env:
"Sys$Environment": ROBuild
"Alias$IconSprites": "||"
# Directory to change to before running script
#dir: <working directory>
# Commands which should be executed to perform the build.
# The build will terminate if any command returns a non-0 return code or an error.
script:
- /ROTest
# Outputs from the build are defined in artifacts
# These are a list of artifacts to report directories or files.
# Only a single item is currently supported.
artifacts:
# Each element of the artifacts should have a path key, which gives the file or
# directory to return.
- path: Artifacts