Skip to content

Commit 608cd69

Browse files
committed
update yes
1 parent 231472c commit 608cd69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ steps:
1313
CC: gcc
1414
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
1515
commands:
16-
- apt-get update
17-
- apt-get install make gcc gfortran perl clang
16+
- apt-get update -y
17+
- apt-get install -y make gcc gfortran perl clang
1818
- make QUIET_MAKE=1 $COMMON_FLAGS
1919
- make -C test $COMMON_FLAGS
2020
- make -C ctest $COMMON_FLAGS
@@ -35,8 +35,8 @@ steps:
3535
CC: clang
3636
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
3737
commands:
38-
- apt-get update
39-
- apt-get install make gcc gfortran perl clang
38+
- apt-get update -y
39+
- apt-get install -y make gcc gfortran perl clang
4040
- make QUIET_MAKE=1 $COMMON_FLAGS
4141
- make -C test $COMMON_FLAGS
4242
- make -C ctest $COMMON_FLAGS

0 commit comments

Comments
 (0)