mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Cleaning our CI a bit.
This commit is contained in:
parent
ae028f1aea
commit
6f9da45af3
10
.github/workflows/amalgamate-ubuntu20.yml
vendored
10
.github/workflows/amalgamate-ubuntu20.yml
vendored
@ -1,18 +1,10 @@
|
|||||||
name: Amalgamate Ubuntu 20.04 CI (GCC 9, 8)
|
name: Amalgamate Ubuntu 20.04 CI (GCC 9)
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
# Legacy/x86 compilers cause CI failures.
|
|
||||||
#- {cxx: -DCMAKE_CXX_COMPILER=g++-8, arch: }
|
|
||||||
- {cxx: , arch: } # default=gcc9
|
|
||||||
#- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Compile with amalgamation
|
- name: Compile with amalgamation
|
||||||
|
|||||||
11
.github/workflows/ubuntu18.yml
vendored
11
.github/workflows/ubuntu18.yml
vendored
@ -1,19 +1,10 @@
|
|||||||
name: Ubuntu 18.04 CI (GCC 7, 6, 5)
|
name: Ubuntu 18.04 CI (GCC 7)
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
# Legacy/x86 compilers cause CI failures.
|
|
||||||
#- {cxx: -DCMAKE_CXX_COMPILER=g++-5, arch: }
|
|
||||||
#- {cxx: -DCMAKE_CXX_COMPILER=g++-6, arch: }
|
|
||||||
- {cxx: , arch: } # default=gcc7
|
|
||||||
#- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc7
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup cmake
|
- name: Setup cmake
|
||||||
|
|||||||
2
.github/workflows/ubuntu20-fastmath.yml
vendored
2
.github/workflows/ubuntu20-fastmath.yml
vendored
@ -5,8 +5,6 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use cmake
|
- name: Use cmake
|
||||||
|
|||||||
10
.github/workflows/ubuntu20.yml
vendored
10
.github/workflows/ubuntu20.yml
vendored
@ -4,15 +4,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04 , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
# Legacy/x86 compilers cause CI failures.
|
|
||||||
#- {cxx: -DCMAKE_CXX_COMPILER=g++-8, arch: }
|
|
||||||
- {cxx: , arch: } # default=gcc9
|
|
||||||
#- {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use cmake
|
- name: Use cmake
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user