Skip to content

Commit

Permalink
Install perl
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed May 12, 2019
1 parent 21acf03 commit 15f925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -13,7 +13,7 @@ steps:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands:
- yum -y install make gcc
- yum -y install make gcc perl
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
Expand Down

0 comments on commit 15f925f

Please sign in to comment.