From f8a743025f569a61577393947abc9f549b3c003e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 8 Apr 2023 13:34:49 +0200 Subject: [PATCH] move containers under the respective task --- .cirrus.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index dfbb56d77..e5d139d94 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,21 +24,21 @@ task: # type: text/plain # lib_artifacts: # path: "libopenblas*" -# type: application/octet-stream +# type: application/octet-streamm -arm_container: - image: node:latest task: name: Graviton2 + arm_container: + image: node:latest compile_script: - make -windows_container: - image:cirrusci/windowsservercore:2019 - + windows_task: name: Windows/LLVM16 + windows_container: + image:cirrusci/windowsservercore:2019 install_script: - choco install -y llvm - choco install -y cmake