Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-02-23 19:39:34 +01:00 committed by GitHub
parent a05a17cafa
commit 7aed4c5c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -166,6 +166,7 @@ steps:
- 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 - make -C cpp_thread_test dgemm_tester
- make -C cpp_thread_test omatcopy_rt_bench
--- ---
kind: pipeline kind: pipeline
name: epyc_native_test name: epyc_native_test
@ -190,6 +191,7 @@ steps:
- 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 - make -C cpp_thread_test dgemm_tester
- make -C cpp_thread_test omatcopy_rt_bench
--- ---
kind: pipeline kind: pipeline
name: arm64_gcc10 name: arm64_gcc10
@ -213,4 +215,4 @@ steps:
- make QUIET_MAKE=1 $COMMON_FLAGS - make QUIET_MAKE=1 $COMMON_FLAGS
- make -C utest $COMMON_FLAGS - make -C utest $COMMON_FLAGS
- make -C test $COMMON_FLAGS - make -C test $COMMON_FLAGS
- make -C cpp_thread_test omatcopy_rt_bench