install make
authorIsuru Fernando <isuruf@gmail.com>
Sun, 12 May 2019 18:39:51 +0000 (13:39 -0500)
committerIsuru Fernando <isuruf@gmail.com>
Sun, 12 May 2019 19:10:09 +0000 (14:10 -0500)
.drone.yml

index b2300b8..75868e9 100644 (file)
@@ -7,12 +7,13 @@ platform:
   arch: arm64
 
 steps:
-- name: Build
+- name: Build and Test
   image: centos:7
   environment:
     CC: gcc
     COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
   commands:
+    - sudo yum -y install make
     - make QUIET_MAKE=1 $COMMON_FLAGS
     - make -C test $COMMON_FLAGS
     - make -C ctest $COMMON_FLAGS