From 5e3a293389736c5b8c4f9a107f82937b84fb686f Mon Sep 17 00:00:00 2001 From: Stuart Haslam Date: Thu, 26 Feb 2015 17:50:14 +0000 Subject: Move steps to run stage --- openembedded/odp-scheduling.yaml | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3