59
59
"build.docker.arch" : " pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/arch.dockerfile -t setup-cpp:arch ." ,
60
60
"build.docker.fedora" : " pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/fedora.dockerfile -t setup-cpp:fedora ." ,
61
61
"build.docker.ubuntu" : " pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/ubuntu.dockerfile -t setup-cpp:ubuntu ." ,
62
+ "build.docker.arch.mingw" : " pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/arch.mingw.dockerfile -t setup-cpp:arch-mingw ." ,
63
+ "build.docker.fedora.mingw" : " pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/fedora.mingw.dockerfile -t setup-cpp:fedora-mingw ." ,
64
+ "build.docker.ubuntu.mingw" : " pnpm build.docker_tests && docker build -f ./dev/docker/__tests__/ubuntu.mingw.dockerfile -t setup-cpp:ubuntu-mingw ." ,
62
65
"test.docker.arch" : " pnpm build.docker.arch && container-structure-test test --image setup-cpp:arch --config ./dev/docker/__tests__/arch.yml" ,
63
66
"test.docker.fedora" : " pnpm build.docker.fedora && container-structure-test test --image setup-cpp:fedora --config ./dev/docker/__tests__/fedora.yml" ,
64
- "test.docker.ubuntu" : " pnpm build.docker.ubuntu && container-structure-test test --image setup-cpp:ubuntu --config ./dev/docker/__tests__/ubuntu.yml"
67
+ "test.docker.ubuntu" : " pnpm build.docker.ubuntu && container-structure-test test --image setup-cpp:ubuntu --config ./dev/docker/__tests__/ubuntu.yml" ,
68
+ "test.docker.arch.mingw" : " pnpm build.docker.arch.mingw && container-structure-test test --image setup-cpp:arch-mingw --config ./dev/docker/__tests__/arch.mingw.yml" ,
69
+ "test.docker.fedora.mingw" : " pnpm build.docker.fedora.mingw && container-structure-test test --image setup-cpp:fedora-mingw --config ./dev/docker/__tests__/fedora.mingw.yml" ,
70
+ "test.docker.ubuntu.mingw" : " pnpm build.docker.ubuntu.mingw && container-structure-test test --image setup-cpp:ubuntu-mingw --config ./dev/docker/__tests__/ubuntu.mingw.yml"
65
71
},
66
72
"prettier" : " prettier-config-atomic" ,
67
73
"devDependencies" : {
192
198
"outputFormat" : " commonjs"
193
199
}
194
200
}
195
- }
201
+ }
0 commit comments