Working on Github Actions
This commit is contained in:
parent
556e8009bc
commit
21019eb21a
22
.github/workflows/build-and-test.yml
vendored
22
.github/workflows/build-and-test.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
||||||
build_type: "Debug",
|
build_type: "Debug",
|
||||||
cc: "clang",
|
cc: "clang",
|
||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
build_type: "Debug",
|
build_type: "Debug",
|
||||||
cc: "cl",
|
cc: "cl",
|
||||||
cxx: "cl",
|
cxx: "cl",
|
||||||
generators: "Visual Studio 16 2019"
|
generators: "Visual Studio 16 2019",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
cc: "cl",
|
cc: "cl",
|
||||||
cxx: "cl",
|
cxx: "cl",
|
||||||
generators: "Visual Studio 16 2019"
|
generators: "Visual Studio 16 2019",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
build_type: "Debug",
|
build_type: "Debug",
|
||||||
cc: "cl",
|
cc: "cl",
|
||||||
cxx: "cl",
|
cxx: "cl",
|
||||||
generators: "Visual Studio 16 2019"
|
generators: "Visual Studio 16 2019",
|
||||||
double_precision: true,
|
double_precision: true,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
cc: "cl",
|
cc: "cl",
|
||||||
cxx: "cl",
|
cxx: "cl",
|
||||||
generators: "Visual Studio 16 2019"
|
generators: "Visual Studio 16 2019",
|
||||||
double_precision: true,
|
double_precision: true,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ jobs:
|
||||||
build_type: "Debug",
|
build_type: "Debug",
|
||||||
cc: "gcc",
|
cc: "gcc",
|
||||||
cxx: "g++",
|
cxx: "g++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -134,7 +134,7 @@ jobs:
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
cc: "gcc",
|
cc: "gcc",
|
||||||
cxx: "g++",
|
cxx: "g++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -144,7 +144,7 @@ jobs:
|
||||||
build_type: "Debug",
|
build_type: "Debug",
|
||||||
cc: "gcc",
|
cc: "gcc",
|
||||||
cxx: "g++",
|
cxx: "g++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: true,
|
double_precision: true,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -154,7 +154,7 @@ jobs:
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
cc: "gcc",
|
cc: "gcc",
|
||||||
cxx: "g++",
|
cxx: "g++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: true,
|
double_precision: true,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -164,7 +164,7 @@ jobs:
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
cc: "clang",
|
cc: "clang",
|
||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
@ -174,7 +174,7 @@ jobs:
|
||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
cc: "gcc",
|
cc: "gcc",
|
||||||
cxx: "g++",
|
cxx: "g++",
|
||||||
generators: "Ninja"
|
generators: "Ninja",
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false
|
coverage: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user