Install perl
authorIsuru Fernando <isuruf@gmail.com>
Sun, 12 May 2019 18:44:15 +0000 (13:44 -0500)
committerIsuru Fernando <isuruf@gmail.com>
Sun, 12 May 2019 19:10:09 +0000 (14:10 -0500)
.drone.yml

index c4f216e..765c2b0 100644 (file)
@@ -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