Skip to content

Commit

Permalink
Cleaning our CI a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Dec 13, 2022
1 parent ae028f1 commit 6f9da45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/amalgamate-ubuntu20.yml
Original file line number Diff line number Diff line change
@@ -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]

jobs:
ubuntu-build:
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:
- uses: actions/checkout@v3
- name: Compile with amalgamation
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/ubuntu18.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
name: Ubuntu 18.04 CI (GCC 7, 6, 5)
name: Ubuntu 18.04 CI (GCC 7)

on: [push, pull_request]

jobs:
ubuntu-build:
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:
- uses: actions/checkout@v3
- name: Setup cmake
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu20-fastmath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Use cmake
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ubuntu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ on: [push, pull_request]

jobs:
ubuntu-build:
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
runs-on: ubuntu-20.04 , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
steps:
- uses: actions/checkout@v3
- name: Use cmake
Expand Down

0 comments on commit 6f9da45

Please sign in to comment.