move containers under the respective task

This commit is contained in:
Martin Kroeker 2023-04-08 13:34:49 +02:00 committed by GitHub
parent 3c4d288d5c
commit f8a743025f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -24,21 +24,21 @@ task:
# type: text/plain # type: text/plain
# lib_artifacts: # lib_artifacts:
# path: "libopenblas*" # path: "libopenblas*"
# type: application/octet-stream # type: application/octet-streamm
arm_container:
image: node:latest
task: task:
name: Graviton2 name: Graviton2
arm_container:
image: node:latest
compile_script: compile_script:
- make - make
windows_container:
image:cirrusci/windowsservercore:2019
windows_task: windows_task:
name: Windows/LLVM16 name: Windows/LLVM16
windows_container:
image:cirrusci/windowsservercore:2019
install_script: install_script:
- choco install -y llvm - choco install -y llvm
- choco install -y cmake - choco install -y cmake