blob: b61c583997b1f7ea39521a106db46a6d45dba302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
functions:
"fetch source" :
- command: git.get_project
params:
directory: src
- command: shell.exec
params:
working_dir: src
script: |
echo "Scripts to generate time zone zip file goes here"
ls
tasks:
- name: compile
depends_on: []
commands:
- func: "fetch source"
buildvariants:
- name: linux-64
display_name: Linux
run_on:
- rhel62-small
tasks:
- name: compile
|