Skip to content

Commit

Permalink
Merge pull request #3185 from eseiler/infra/ci
Browse files Browse the repository at this point in the history
[INFRA] Update CI
  • Loading branch information
eseiler authored Aug 11, 2023
2 parents 05c4347 + fdb16a1 commit fa2c313
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ jobs:
wget --retry-connrefused --waitretry=30 --read-timeout=30 --timeout=30 --tries=20 --no-clobber --quiet --directory-prefix=/tmp/libidn11-download/ http://ftp.de.debian.org/debian/pool/main/libi/libidn/libidn11_1.33-3_amd64.deb
sudo dpkg -i /tmp/libidn11-download/libidn11_1.33-3_amd64.deb
- name: Setup toolchain
uses: seqan/actions/setup-toolchain@main
- name: Setup compiler
uses: seqan/actions/setup-compiler@main
with:
compiler: ${{ matrix.compiler }}
use_actions_cache: false

- name: Configure tests
run: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cron_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ jobs:
path: seqan3/submodules/seqan
fetch-depth: 1

- name: Setup toolchain
uses: seqan/actions/setup-toolchain@main
- name: Setup compiler
uses: seqan/actions/setup-compiler@main
with:
compiler: gcc-${{ matrix.compiler }}
use_actions_cache: false

- name: Install CMake
uses: seqan/actions/setup-cmake@main
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cron_avx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:
repository: seqan/seqan
path: seqan3/submodules/seqan

- name: Setup toolchain
uses: seqan/actions/setup-toolchain@main
- name: Setup compiler
uses: seqan/actions/setup-compiler@main
with:
compiler: gcc-${{ matrix.compiler }}
use_actions_cache: false

- name: Install CMake
uses: seqan/actions/setup-cmake@main
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cron_latest_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ jobs:
repository: seqan/seqan
path: seqan3/submodules/seqan

- name: Setup toolchain
uses: seqan/actions/setup-toolchain@main
- name: Setup compiler
uses: seqan/actions/setup-compiler@main
with:
compiler: gcc-${{ matrix.compiler }}
use_actions_cache: false

- name: Install CMake
uses: seqan/actions/setup-cmake@main
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ram_usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
path: seqan3/submodules/seqan
fetch-depth: 1

- name: Setup toolchain
uses: seqan/actions/setup-toolchain@main
- name: Setup compiler
uses: seqan/actions/setup-compiler@main
with:
compiler: gcc-${{ github.event.inputs.compiler }}
use_actions_cache: false

- name: Install CMake
uses: seqan/actions/setup-cmake@main
Expand Down

1 comment on commit fa2c313

@vercel
Copy link

@vercel vercel bot commented on fa2c313 Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-seqan.vercel.app
seqan3-git-master-seqan.vercel.app
seqan3.vercel.app

Please sign in to comment.