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 231472c commit 608cd69Copy full SHA for 608cd69
.drone.yml
@@ -13,8 +13,8 @@ steps:
13
CC: gcc
14
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
15
commands:
16
- - apt-get update
17
- - apt-get install make gcc gfortran perl clang
+ - apt-get update -y
+ - apt-get install -y make gcc gfortran perl clang
18
- make QUIET_MAKE=1 $COMMON_FLAGS
19
- make -C test $COMMON_FLAGS
20
- make -C ctest $COMMON_FLAGS
@@ -35,8 +35,8 @@ steps:
35
CC: clang
36
37
38
39
40
41
42
0 commit comments