Skip to content

Commit 58829c0

Browse files
committed
install make
1 parent d86f0b9 commit 58829c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ platform:
77
arch: arm64
88

99
steps:
10-
- name: Build
10+
- name: Build and Test
1111
image: centos:7
1212
environment:
1313
CC: gcc
1414
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
1515
commands:
16+
- sudo yum -y install make
1617
- make QUIET_MAKE=1 $COMMON_FLAGS
1718
- make -C test $COMMON_FLAGS
1819
- make -C ctest $COMMON_FLAGS

0 commit comments

Comments
 (0)