Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiruna72 authored May 6, 2024
1 parent c005f54 commit 1c1419d
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
ubuntu_20:
name: ubuntu-20.04
name: squigualiser_ubuntu-20.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
- name: test
run: test/test_reform.sh
ubuntu_22:
name: ubuntu-22.04
name: squigualiser_ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# git clone -b dev https://github.com/hasindu2008/slow5lib && cd slow5lib && python3 setup.py install && cd .. &&
# python3 setup.py install && blue-crab --help && test/test.sh"
os_x_11:
name: macos-11
name: squigualiser_macos-11
runs-on: macos-11
steps:
- uses: actions/checkout@v2
Expand All @@ -69,7 +69,7 @@ jobs:
- name: test_realign
run: test/test_realign.sh
os_x_12:
name: macos-12
name: squigualiser_macos-12
runs-on: macos-12
steps:
- uses: actions/checkout@v2
Expand All @@ -83,3 +83,33 @@ jobs:
run: test/test_reform.sh
- name: test_realign
run: test/test_realign.sh
os_x_13:
name: squigualiser_macos-13
runs-on: macos-13
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: install packages
run: pip3 install numpy
- name: install
run: export HTSLIB_CONFIGURE_OPTIONS="--enable-bz2=no --enable-lzma=no --with-libdeflate=no --enable-libcurl=no --enable-gcs=no --enable-s3=no" && pip3 install . && squigualiser --help
- name: test_reform
run: test/test_reform.sh
- name: test_realign
run: test/test_realign.sh
os_x_14:
name: squigualiser_macos-14
runs-on: macos-14
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: install packages
run: pip3 install numpy
- name: install
run: export HTSLIB_CONFIGURE_OPTIONS="--enable-bz2=no --enable-lzma=no --with-libdeflate=no --enable-libcurl=no --enable-gcs=no --enable-s3=no" && pip3 install . && squigualiser --help
- name: test_reform
run: test/test_reform.sh
- name: test_realign
run: test/test_realign.sh

0 comments on commit 1c1419d

Please sign in to comment.