Skip to content

Commit

Permalink
Merge pull request #95 from eseiler/misc/misc
Browse files Browse the repository at this point in the history
[MISC] Various small changes
  • Loading branch information
eseiler authored Nov 16, 2021
2 parents 317f63c + 1aabc33 commit 72ee44f
Show file tree
Hide file tree
Showing 11 changed files with 167 additions and 190 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "Cancel previous runs"
runs-on: ubuntu-20.04
steps:
- uses: styfle/cancel-workflow-action@0.9.0
- uses: styfle/cancel-workflow-action@0.9.1
with:
workflow_id: ci_linux.yml, ci_macos.yml, ci.yml
all_but_latest: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDSL CI on Linux
name: CI on Linux

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 120
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- name: "gcc11"
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: seqan/seqan3
ref: 79d2ba35359f7efd795853262280630a0aa9fd7e
ref: 9bd2f5b695f02bd701d456ca3e7ad7453545456d
path: seqan3
fetch-depth: 2
submodules: false
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPRESS: true
CCACHE_COMPRESSLEVEL: 6
CCACHE_MAXSIZE: 1G
CCACHE_MAXSIZE: 100M
CCACHE_IGNOREHEADERS: ${{ github.workspace }}/sdsl/include/sdsl/structure_tree.hpp
run: |
ccache -p || true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDSL CI on macOS
name: CI on macOS

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: macos-10.15
timeout-minutes: 120
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- name: "clang12"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: seqan/seqan3
ref: 141677c2ca0d24771d53bf2c6bc784c1e10eff90
ref: 9bd2f5b695f02bd701d456ca3e7ad7453545456d
path: seqan3
fetch-depth: 2
submodules: false
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPRESS: true
CCACHE_COMPRESSLEVEL: 6
CCACHE_MAXSIZE: 1G
CCACHE_MAXSIZE: 100M
CCACHE_IGNOREHEADERS: ${{ github.workspace }}/sdsl/include/sdsl/structure_tree.hpp
run: |
ccache -p || true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDSL Linting
name: Linting

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
lint:
name: Linting
runs-on: ubuntu-20.04
timeout-minutes: 240
timeout-minutes: 30
if: github.repository_owner == 'xxsds'
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![linux status][1]][2]
[![macos status][3]][4]

[1]: https://img.shields.io/github/workflow/status/xxsds/sdsl-lite/SDSL%20CI%20on%20Linux/master?style=flat&logo=github&label=Linux%20CI "Open GitHub actions page"
[1]: https://img.shields.io/github/workflow/status/xxsds/sdsl-lite/CI%20on%20Linux/master?style=flat&logo=github&label=Linux%20CI "Open GitHub actions page"
[2]: https://github.com/xxsds/sdsl-lite/actions?query=branch%3Amaster
[3]: https://img.shields.io/github/workflow/status/xxsds/sdsl-lite/SDSL%20CI%20on%20macOS/master?style=flat&logo=github&label=macOS%20CI "Open GitHub actions page"
[3]: https://img.shields.io/github/workflow/status/xxsds/sdsl-lite/CI%20on%20macOS/master?style=flat&logo=github&label=macOS%20CI "Open GitHub actions page"
[4]: https://github.com/xxsds/sdsl-lite/actions?query=branch%3Amaster

## Main differences to [v2](https://github.com/simongog/sdsl-lite)
Expand Down
Loading

0 comments on commit 72ee44f

Please sign in to comment.