Install perl

This commit is contained in:
Isuru Fernando 2019-05-12 13:44:15 -05:00
parent 21acf03e9a
commit 15f925fe9a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
CC: gcc CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32' COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands: commands:
- yum -y install make gcc - yum -y install make gcc perl
- make QUIET_MAKE=1 $COMMON_FLAGS - make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS - make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS - make -C ctest $COMMON_FLAGS