summaryrefslogtreecommitdiff
path: root/ubuntu/aapits.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/aapits.yaml')
-rw-r--r--ubuntu/aapits.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ubuntu/aapits.yaml b/ubuntu/aapits.yaml
index d3efb60..c34f978 100644
--- a/ubuntu/aapits.yaml
+++ b/ubuntu/aapits.yaml
@@ -15,11 +15,10 @@ metadata:
install:
git-repos:
- - git://git.linaro.org/leg/acpica/acpica.git
+ - url: git://git.linaro.org/leg/acpica/acpica.git
+ branch: BRANCH
steps:
- 'cd acpica'
- - 'git branch linaro origin/linaro'
- - 'git checkout linaro'
- 'make iasl'
- 'cd tests/aapits && make all'
deps:
@@ -28,7 +27,10 @@ install:
- bison
- build-essential
- make
- - git
+
+params:
+ BRANCH: linaro
+
run:
steps:
- 'cd acpica/tests/aapits/bin'