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",
|
||||
cc: "clang",
|
||||
cxx: "clang++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
build_type: "Debug",
|
||||
cc: "cl",
|
||||
cxx: "cl",
|
||||
generators: "Visual Studio 16 2019"
|
||||
generators: "Visual Studio 16 2019",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
build_type: "Release",
|
||||
cc: "cl",
|
||||
cxx: "cl",
|
||||
generators: "Visual Studio 16 2019"
|
||||
generators: "Visual Studio 16 2019",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
build_type: "Debug",
|
||||
cc: "cl",
|
||||
cxx: "cl",
|
||||
generators: "Visual Studio 16 2019"
|
||||
generators: "Visual Studio 16 2019",
|
||||
double_precision: true,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ jobs:
|
|||
build_type: "Release",
|
||||
cc: "cl",
|
||||
cxx: "cl",
|
||||
generators: "Visual Studio 16 2019"
|
||||
generators: "Visual Studio 16 2019",
|
||||
double_precision: true,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -124,7 +124,7 @@ jobs:
|
|||
build_type: "Debug",
|
||||
cc: "gcc",
|
||||
cxx: "g++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ jobs:
|
|||
build_type: "Release",
|
||||
cc: "gcc",
|
||||
cxx: "g++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
build_type: "Debug",
|
||||
cc: "gcc",
|
||||
cxx: "g++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: true,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -154,7 +154,7 @@ jobs:
|
|||
build_type: "Release",
|
||||
cc: "gcc",
|
||||
cxx: "g++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: true,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -164,7 +164,7 @@ jobs:
|
|||
build_type: "Release",
|
||||
cc: "clang",
|
||||
cxx: "clang++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
@ -174,7 +174,7 @@ jobs:
|
|||
build_type: "Release",
|
||||
cc: "gcc",
|
||||
cxx: "g++",
|
||||
generators: "Ninja"
|
||||
generators: "Ninja",
|
||||
double_precision: false,
|
||||
coverage: false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user