Skip to content

Commit 6178974

Browse files
authored
Update .drone.yml
1 parent 0b9e4d1 commit 6178974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,14 @@ steps:
203203
image: ubuntu:20.04
204204
environment:
205205
CC: gcc-10
206+
FC: gfortran-10
206207
COMMON_FLAGS: 'TARGET=ARMV8 DYNAMIC_ARCH=1'
207208
commands:
208209
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
209210
- apt-get update -y
210211
- apt-get install -y make $CC gfortran-10 perl python g++
211212
- $CC --version
212213
- make QUIET_MAKE=1 $COMMON_FLAGS
214+
- make -C utest $COMMON_FLAGS
213215
- make -C test $COMMON_FLAGS
214216

0 commit comments

Comments
 (0)