install make
This commit is contained in:
parent
d86f0b9e74
commit
58829c0988
|
@ -7,12 +7,13 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: Build and Test
|
||||||
image: centos:7
|
image: centos:7
|
||||||
environment:
|
environment:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
|
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
|
||||||
commands:
|
commands:
|
||||||
|
- sudo yum -y install make
|
||||||
- make QUIET_MAKE=1 $COMMON_FLAGS
|
- make QUIET_MAKE=1 $COMMON_FLAGS
|
||||||
- make -C test $COMMON_FLAGS
|
- make -C test $COMMON_FLAGS
|
||||||
- make -C ctest $COMMON_FLAGS
|
- make -C ctest $COMMON_FLAGS
|
||||||
|
|
Loading…
Reference in New Issue