mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
fix CI files: ubuntu required a more recent cmake, vs had a typo
This commit is contained in:
parent
1e79580065
commit
aca3ca7828
2
.github/workflows/ubuntu18.yml
vendored
2
.github/workflows/ubuntu18.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.0
|
||||
with:
|
||||
cmake-version: '3.9.x'
|
||||
cmake-version: '3.12.x'
|
||||
- name: Install older compilers
|
||||
run: |
|
||||
sudo -E dpkg --add-architecture i386
|
||||
|
||||
2
.github/workflows/ubuntu20.yml
vendored
2
.github/workflows/ubuntu20.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.0
|
||||
with:
|
||||
cmake-version: '3.9.x'
|
||||
cmake-version: '3.12.x'
|
||||
- name: install older compilers
|
||||
run: |
|
||||
sudo -E dpkg --add-architecture i386
|
||||
|
||||
4
.github/workflows/vs16-ci.yml
vendored
4
.github/workflows/vs16-ci.yml
vendored
@ -22,4 +22,6 @@ jobs:
|
||||
- name: Build
|
||||
run: cmake --build build --config Release --parallel
|
||||
- name: Run basic tests
|
||||
run: cd build && ctest -C Release --output-on-failure -R basictest
|
||||
run: |
|
||||
cd build
|
||||
ctest -C Release --output-on-failure -R basictest
|
||||
|
||||
4
.github/workflows/vs16-clang-ci.yml
vendored
4
.github/workflows/vs16-clang-ci.yml
vendored
@ -22,4 +22,6 @@ jobs:
|
||||
- name: Build
|
||||
run: cmake --build build --config Release --parallel
|
||||
- name: Run basic tests
|
||||
run: cd build && ctest -C Release --output-on-failure -R basictest
|
||||
run: |
|
||||
cd build
|
||||
ctest -C Release --output-on-failure -R basictest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user