Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-03-13 20:40:37 +01:00 committed by GitHub
parent 717c480d8b
commit 5d9b751da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,7 @@ steps:
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester
- make -C cpp_thread_test dpotrf_bug2562
---
kind: pipeline
name: epyc_native_test
@ -190,6 +191,7 @@ steps:
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester
- make -C cpp_thread_test dpotrf_bug2562
---
kind: pipeline
name: arm64_gcc10