From ab678adaaef402d574ce9ab4c9daa6420e7abc94 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 7 Apr 2023 17:35:28 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 405a5595f..4c03d5f24 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,9 +8,10 @@ task: - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" - make TARGET=HASWELL USE_OPENMP=1 CC="/opt/homebrew/opt/llvm/bin/clang -arch x86_64" - config_artifacts: - path: "*conf*" - type: text/plain + always: + config_artifacts: + path: "*conf*" + type: text/plain lib_artifacts: path: "libopenblas*" type: application/octet-stream