File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ platform:
8
8
9
9
steps :
10
10
- name : Build and Test
11
- image : centos:7
11
+ image : ubuntu:18.04
12
12
environment :
13
13
CC : gcc
14
- COMMON_FLAGS : ' DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
14
+ COMMON_FLAGS : ' DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j '
15
15
commands :
16
- - yum -y install make gcc gcc- gfortran perl
16
+ - apt install make gcc gfortran perl clang
17
17
- make QUIET_MAKE=1 $COMMON_FLAGS
18
18
- make -C test $COMMON_FLAGS
19
19
- make -C ctest $COMMON_FLAGS
@@ -29,12 +29,12 @@ platform:
29
29
30
30
steps :
31
31
- name : Build and Test
32
- image : centos:7
32
+ image : ubuntu:18.04
33
33
environment :
34
34
CC : clang
35
- COMMON_FLAGS : ' DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
35
+ COMMON_FLAGS : ' DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j '
36
36
commands :
37
- - yum -y install make gcc gcc- gfortran perl clang
37
+ - apt install make gcc gfortran perl clang
38
38
- make QUIET_MAKE=1 $COMMON_FLAGS
39
39
- make -C test $COMMON_FLAGS
40
40
- make -C ctest $COMMON_FLAGS
You can’t perform that action at this time.
0 commit comments