Install gcc

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

View File

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