Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-08-13 07:08:48 +02:00 committed by GitHub
parent 68b2b5038f
commit d19af01f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ steps:
- make -C test $COMMON_FLAGS - make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS - make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS - make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester
- wget https://www.mkroeker.com/BLASTester-ARM.tgz - wget https://www.mkroeker.com/BLASTester-ARM.tgz
- tar zxvf BLASTester-ARM.tgz - tar zxvf BLASTester-ARM.tgz
- cd BLAS-Tester - cd BLAS-Tester