From: Isuru Fernando Date: Sun, 12 May 2019 18:44:15 +0000 (-0500) Subject: Install perl X-Git-Tag: upstream/0.3.7~3^2~36^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15f925fe9a0ca823352fd252cad2da95c810cec4;p=platform%2Fupstream%2Fopenblas.git Install perl --- diff --git a/.drone.yml b/.drone.yml index c4f216e..765c2b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: CC: gcc COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32' commands: - - yum -y install make gcc + - yum -y install make gcc perl - make QUIET_MAKE=1 $COMMON_FLAGS - make -C test $COMMON_FLAGS - make -C ctest $COMMON_FLAGS