## due to even public registry require some authentication:
## - https://github.community/t5/GitHub-Actions/docker-pull-from-public-GitHub-Package-Registry-fail-with-quot/td-p/32782/page/5
#container: docker.pkg.github.com/azat/docker-images/lvc-debian
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/abi skip')"
strategy:
fail-fast: false
jobs:
linux:
runs-on: ubuntu-18.04
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/coverage skip')"
steps:
- uses: actions/checkout@v2.0.0
- name: Cache
jobs:
Doxygen:
runs-on: ubuntu-18.04
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/doxygen skip')"
strategy:
fail-fast: false
jobs:
cmake:
runs-on: ${{ matrix.os }}
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/linux skip') && !contains(github.event.head_commit.message, 'ci/linux/cmake skip')"
strategy:
fail-fast: false
matrix:
autotools:
runs-on: ${{ matrix.os }}
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/linux skip') && !contains(github.event.head_commit.message, 'ci/linux/autotools skip')"
strategy:
fail-fast: false
matrix:
jobs:
cmake:
runs-on: ${{ matrix.os }}
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/macos skip') && !contains(github.event.head_commit.message, 'ci/macos/cmake skip')"
strategy:
fail-fast: false
matrix:
autotools:
runs-on: ${{ matrix.os }}
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/macos skip') && !contains(github.event.head_commit.message, 'ci/macos/autotools skip')"
strategy:
fail-fast: false
matrix:
jobs:
autotools:
runs-on: windows-2019
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/mingw skip') && !contains(github.event.head_commit.message, 'ci/mingw/autotools skip')"
strategy:
fail-fast: false
matrix:
cmake:
runs-on: windows-2019
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/mingw skip') && !contains(github.event.head_commit.message, 'ci/mingw/cmake skip')"
strategy:
fail-fast: false
matrix:
jobs:
vs2019:
runs-on: ${{ matrix.os }}
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ci/windows skip')"
strategy:
fail-fast: false
matrix: