We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc110e1 commit 612c2d7Copy full SHA for 612c2d7
.drone.yml
@@ -13,7 +13,8 @@ steps:
13
CC: gcc
14
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
15
commands:
16
- - apt install make gcc gfortran perl clang
+ - apt-get update
17
+ - apt-get install make gcc gfortran perl clang
18
- make QUIET_MAKE=1 $COMMON_FLAGS
19
- make -C test $COMMON_FLAGS
20
- make -C ctest $COMMON_FLAGS
@@ -34,7 +35,8 @@ steps:
34
35
CC: clang
36
37
38
39
40
41
42
0 commit comments