From 7aed4c5c2aa9ab7ded60557122e17c01384b7e96 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 23 Feb 2021 19:39:34 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 38ded2015..26b589cca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 omatcopy_rt_bench --- 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 omatcopy_rt_bench --- kind: pipeline name: arm64_gcc10 @@ -213,4 +215,4 @@ steps: - make QUIET_MAKE=1 $COMMON_FLAGS - make -C utest $COMMON_FLAGS - make -C test $COMMON_FLAGS - + - make -C cpp_thread_test omatcopy_rt_bench