Skip to content

Commit dc110e1

Browse files
committed
Switch to ubuntu and parallel jobs
1 parent 9184590 commit dc110e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.drone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ platform:
88

99
steps:
1010
- name: Build and Test
11-
image: centos:7
11+
image: ubuntu:18.04
1212
environment:
1313
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'
1515
commands:
16-
- yum -y install make gcc gcc-gfortran perl
16+
- apt install make gcc gfortran perl clang
1717
- make QUIET_MAKE=1 $COMMON_FLAGS
1818
- make -C test $COMMON_FLAGS
1919
- make -C ctest $COMMON_FLAGS
@@ -29,12 +29,12 @@ platform:
2929

3030
steps:
3131
- name: Build and Test
32-
image: centos:7
32+
image: ubuntu:18.04
3333
environment:
3434
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'
3636
commands:
37-
- yum -y install make gcc gcc-gfortran perl clang
37+
- apt install make gcc gfortran perl clang
3838
- make QUIET_MAKE=1 $COMMON_FLAGS
3939
- make -C test $COMMON_FLAGS
4040
- make -C ctest $COMMON_FLAGS

0 commit comments

Comments
 (0)