summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@arm.com>2015-02-26 17:50:14 +0000
committerStuart Haslam <stuart.haslam@arm.com>2015-02-26 17:50:14 +0000
commit5e3a293389736c5b8c4f9a107f82937b84fb686f (patch)
treefbf79a5756297e3b2a13565476244690a62fa1cc
parent277fd96b6ccc53823cc76fc2cb4275dda868279a (diff)
Move steps to run stage
-rw-r--r--openembedded/odp-scheduling.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/odp-scheduling.yaml b/openembedded/odp-scheduling.yaml
index 3b4d098..b091d24 100644
--- a/openembedded/odp-scheduling.yaml
+++ b/openembedded/odp-scheduling.yaml
@@ -15,13 +15,11 @@ metadata:
install:
git-repos:
- git://git.linaro.org/lng/odp.git
+run:
steps:
- - 'echo $PATH'
- - 'which libtoolize'
- 'curl -sSOL http://sourceforge.net/projects/cunit/files/CUnit/2.1-3/CUnit-2.1-3.tar.bz2'
- 'tar xf CUnit-2.1-3.tar.bz2'
- 'cd CUnit-2.1-3'
- - 'autoreconf -i'
- './bootstrap'
- 'make install'
- 'cd ../odp'
@@ -29,7 +27,4 @@ install:
- './configure --enable-test-vald --enable-test-perf --with-cunit-path=$HOME/CUnitHome'
- 'make'
- 'make install'
-
-run:
- steps:
- lava-test-case odp_scheduling --shell odp_scheduling