mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-06 17:59:52 +08:00
Minor cleaning in the CI.
This commit is contained in:
parent
a1a7347464
commit
42e98b695d
6
.github/workflows/msys2-clang.yml
vendored
6
.github/workflows/msys2-clang.yml
vendored
@ -19,12 +19,6 @@ jobs:
|
|||||||
- msystem: "MINGW32"
|
- msystem: "MINGW32"
|
||||||
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-clang
|
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-clang
|
||||||
type: Release
|
type: Release
|
||||||
- msystem: "MINGW64"
|
|
||||||
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
|
|
||||||
type: Debug
|
|
||||||
- msystem: "MINGW32"
|
|
||||||
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
|
|
||||||
type: Debug
|
|
||||||
env:
|
env:
|
||||||
CMAKE_GENERATOR: Ninja
|
CMAKE_GENERATOR: Ninja
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/vs16-clang-ninja-ci.yml
vendored
2
.github/workflows/vs16-clang-ninja-ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: 'Run CMake with VS16'
|
- name: 'Run CMake with VS16'
|
||||||
uses: lukka/run-cmake@v2
|
uses: lukka/run-cmake@v3
|
||||||
with:
|
with:
|
||||||
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
|
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
|
||||||
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
|
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user