File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
kind : pipeline
3
- name : arm64_gcc
3
+ name : arm64_gcc_make
4
4
5
5
platform :
6
6
os : linux
@@ -13,7 +13,28 @@ steps:
13
13
CC : gcc
14
14
COMMON_FLAGS : ' DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
15
15
commands :
16
- - yum -y install make gcc perl
16
+ - yum -y install make gcc gfortran perl
17
+ - make QUIET_MAKE=1 $COMMON_FLAGS
18
+ - make -C test $COMMON_FLAGS
19
+ - make -C ctest $COMMON_FLAGS
20
+ - make -C utest $COMMON_FLAGS"
21
+
22
+ ---
23
+ kind : pipeline
24
+ name : arm64_clang_make
25
+
26
+ platform :
27
+ os : linux
28
+ arch : arm64
29
+
30
+ steps :
31
+ - name : Build and Test
32
+ image : centos:7
33
+ environment :
34
+ CC : clang
35
+ COMMON_FLAGS : ' DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
36
+ commands :
37
+ - yum -y install make gcc gfortran perl clang
17
38
- make QUIET_MAKE=1 $COMMON_FLAGS
18
39
- make -C test $COMMON_FLAGS
19
40
- make -C ctest $COMMON_FLAGS
You can’t perform that action at this time.
0 commit comments