mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
windows CI: cmake 3.9 is too old
This commit is contained in:
parent
7da4b05645
commit
83a29d4eab
13
.github/workflows/vs16-ci.yml
vendored
13
.github/workflows/vs16-ci.yml
vendored
@ -13,15 +13,12 @@ jobs:
|
|||||||
- {gen: Visual Studio 16 2019, arch: Win32}
|
- {gen: Visual Studio 16 2019, arch: Win32}
|
||||||
- {gen: Visual Studio 16 2019, arch: x64}
|
- {gen: Visual Studio 16 2019, arch: x64}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: checkout
|
||||||
- name: Setup cmake
|
uses: actions/checkout@v2
|
||||||
uses: jwlawson/actions-setup-cmake@v1.0
|
|
||||||
with:
|
|
||||||
cmake-version: '3.9.x'
|
|
||||||
- name: Prepare build dir
|
|
||||||
run: mkdir build
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cd build && cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -DFASTFLOAT_TEST=ON ..
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cd build && cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -DFASTFLOAT_TEST=ON ..
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --configuration Release
|
run: cmake --build build --configuration Release
|
||||||
- name: Run basic tests
|
- name: Run basic tests
|
||||||
|
|||||||
13
.github/workflows/vs16-clang-ci.yml
vendored
13
.github/workflows/vs16-clang-ci.yml
vendored
@ -13,15 +13,12 @@ jobs:
|
|||||||
- {gen: Visual Studio 16 2019, arch: Win32}
|
- {gen: Visual Studio 16 2019, arch: Win32}
|
||||||
- {gen: Visual Studio 16 2019, arch: x64}
|
- {gen: Visual Studio 16 2019, arch: x64}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: checkout
|
||||||
- name: Setup cmake
|
uses: actions/checkout@v2
|
||||||
uses: jwlawson/actions-setup-cmake@v1.0
|
|
||||||
with:
|
|
||||||
cmake-version: '3.9.x'
|
|
||||||
- name: Prepare build dir
|
|
||||||
run: mkdir build
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cd build && cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -T ClangCL -DFASTFLOAT_TEST=ON ..
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cd build && cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -T ClangCL -DFASTFLOAT_TEST=ON ..
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --configuration Release
|
run: cmake --build build --configuration Release
|
||||||
- name: Run basic tests
|
- name: Run basic tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user