mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +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:
committed by
Pavel Emelyanov
parent
46f3869ff6
commit
2d382cc7cd
@@ -7,5 +7,5 @@ env:
|
|||||||
- TR_ARCH=x86_64
|
- TR_ARCH=x86_64
|
||||||
- TR_ARCH=armv7hf
|
- TR_ARCH=armv7hf
|
||||||
- TR_ARCH=aarch64
|
- TR_ARCH=aarch64
|
||||||
before_install:
|
script:
|
||||||
- sudo make -C scripts/build $TR_ARCH
|
- sudo make -C scripts/build $TR_ARCH
|
||||||
|
Reference in New Issue
Block a user