move containers under the respective task
This commit is contained in:
parent
3c4d288d5c
commit
f8a743025f
12
.cirrus.yml
12
.cirrus.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue