Skip to content

Commit

Permalink
Tidy up CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Mar 22, 2024
1 parent 1e0938c commit 10df075
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: ./bootstrap.sh
working-directory: ../boost-root
Expand Down Expand Up @@ -125,9 +119,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: ./bootstrap.sh
working-directory: ../boost-root
Expand Down Expand Up @@ -170,9 +161,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: ./bootstrap.sh
working-directory: ../boost-root
Expand Down Expand Up @@ -220,9 +208,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: bootstrap
working-directory: ../boost-root
Expand Down Expand Up @@ -270,9 +255,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: bootstrap
working-directory: ../boost-root
Expand Down Expand Up @@ -320,9 +302,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: bootstrap
working-directory: ../boost-root
Expand Down Expand Up @@ -370,9 +349,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: bootstrap
working-directory: ../boost-root
Expand Down Expand Up @@ -407,9 +383,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: ./bootstrap.sh
working-directory: ../boost-root
Expand Down Expand Up @@ -444,9 +417,6 @@ jobs:
- name: Install deps
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" regex
working-directory: ../boost-root
- name: Install deps2
run: python tools/boostdep/depinst/depinst.py -I example -g "--jobs 3" rational
working-directory: ../boost-root
- name: Bootstrap
run: ./bootstrap.sh
working-directory: ../boost-root
Expand Down

0 comments on commit 10df075

Please sign in to comment.