Skip to content

Commit

Permalink
Temporarily disable builds on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 15, 2025
1 parent 09011fb commit 4f51f1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
build_gcc_old_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
run: ctest

build_gcc_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:
run: ctest

build_gcc_ubuntu_22_04:
if: false
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -213,6 +216,7 @@ jobs:
run: ctest -V

build_gcc_ubuntu_24_04:
if: false
runs-on: ubuntu-24.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -405,6 +409,7 @@ jobs:
run: ctest

build_clang_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -473,6 +478,7 @@ jobs:
run: ctest

build_clang_ubuntu_22_04:
if: false
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -550,6 +556,7 @@ jobs:
run: ctest -V

build_clang_ubuntu_24_04:
if: false
runs-on: ubuntu-24.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -675,6 +682,7 @@ jobs:
VERBOSE: 1

build_msvc_2019:
if: false
runs-on: windows-2019
strategy:
fail-fast: false
Expand Down Expand Up @@ -744,6 +752,7 @@ jobs:
run: ctest -V

build_msvc_2022:
if: false
runs-on: windows-2022
strategy:
fail-fast: false
Expand Down

0 comments on commit 4f51f1c

Please sign in to comment.