setup-cpp/dev/docker/ci/fedora-mingw.yml

24 lines
581 B
YAML
Raw Normal View History

schemaVersion: 2.0.0
commandTests:
- name: mingw c compiler
2022-12-30 07:12:00 +08:00
command: x86_64-w64-mingw32-gcc
args: ["--version"]
expectedOutput: [".*x86_64-w64-mingw32-gcc.*"]
- name: mingw c++ compiler
2022-12-30 07:12:00 +08:00
command: x86_64-w64-mingw32-cpp
args: ["--version"]
expectedOutput: [".*x86_64-w64-mingw32-cpp.*"]
- name: powershell
command: pwsh
args: ["-Version"]
expectedOutput: [".*PowerShell.*"]
fileExistenceTests:
- name: "vcpkg"
path: "/root/vcpkg"
shouldExist: true
- name: "cross root"
path: "/usr/x86_64-w64-mingw32"
shouldExist: true