Skip to content

Commit d86f0b9

Browse files
committed
Test drone CI
1 parent 63554d5 commit d86f0b9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.drone.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
kind: pipeline
3+
name: arm64_gcc
4+
5+
platform:
6+
os: linux
7+
arch: arm64
8+
9+
steps:
10+
- name: Build
11+
image: centos:7
12+
environment:
13+
CC: gcc
14+
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
15+
commands:
16+
- make QUIET_MAKE=1 $COMMON_FLAGS
17+
- make -C test $COMMON_FLAGS
18+
- make -C ctest $COMMON_FLAGS
19+
- make -C utest $COMMON_FLAGS"

0 commit comments

Comments
 (0)