mirror of https://github.com/aminya/setup-cpp
Merge pull request #308 from aminya/artifacts [skip ci]
This commit is contained in:
commit
9935084e22
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64"]
|
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64", "amd64_x86"]
|
||||||
export const x86 = ["x86", "i386", "ia32", "win32", "32", "x32"]
|
export const x86 = ["x86", "i386", "ia32", "win32", "32", "x32"]
|
||||||
export const arm64 = ["aarch64", "arm64", "woa64", "arm"]
|
export const arm64 = ["aarch64", "arm64", "woa64", "arm"]
|
||||||
export const armv7 = ["armv7", "armv7a"]
|
export const armv7 = ["armv7", "armv7a"]
|
||||||
|
|
|
@ -18,8 +18,7 @@ export const DefaultVersions: Record<string, string | undefined> = {
|
||||||
"clang-format": defaultLLVM,
|
"clang-format": defaultLLVM,
|
||||||
clangformat: defaultLLVM,
|
clangformat: defaultLLVM,
|
||||||
ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases
|
ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases
|
||||||
cmake: "3.30.3", // https://github.com/Kitware/CMake/releases
|
cmake: "3.30.4", // https://github.com/Kitware/CMake/releases
|
||||||
conan: "1.65.0", // 2.7.1 // https://github.com/conan-io/conan/releases
|
|
||||||
meson: "1.5.2", // https://github.com/mesonbuild/meson/releases
|
meson: "1.5.2", // https://github.com/mesonbuild/meson/releases
|
||||||
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
|
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
|
||||||
task: "3.39.2", // https://github.com/go-task/task/releases
|
task: "3.39.2", // https://github.com/go-task/task/releases
|
||||||
|
|
Loading…
Reference in New Issue