2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

travis: execute build actions on the "script" step

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@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Andrew Vagin
2016-02-20 19:41:32 +03:00
committed by Pavel Emelyanov
parent 46f3869ff6
commit 2d382cc7cd

View File

@@ -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