[CRIU] [PATCH 2/2] travis: execute build actions on the "script" step
Andrey Vagin
avagin at openvz.org
Sat Feb 20 08:41:32 PST 2016
From: Andrew Vagin <avagin at virtuozzo.com>
Otherwise a default actions for this step will be executed:
$ ./configure && make && make test
/home/travis/build.sh: line 45: ./configure: No such file or directory
Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b33b79d..7722296 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,5 @@ env:
- TR_ARCH=x86_64
- TR_ARCH=armv7hf
- TR_ARCH=aarch64
-before_install:
+script:
- sudo make -C scripts/build $TR_ARCH
--
2.5.0
More information about the CRIU
mailing list