| @@ -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 | ||||