Commit 2d382cc7 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

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: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 46f3869f
...@@ -7,5 +7,5 @@ env: ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment