File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Some convenient links:
2- # - https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md
3- #
4-
1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
53name : CI-cygwin
64
75on :
3432 fail-fast : false
3533
3634 runs-on : ${{ matrix.os }}
35+ if : false # the hard-coded cygwin repository has changed so the setup step fails - TODO: re-enable
3736
3837 steps :
3938 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1- # Some convenient links:
2- # - https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md
3- #
4-
1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
53name : CI-mingw
64
75on :
Original file line number Diff line number Diff line change 1- # Some convenient links:
2- # - https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md
3- #
4-
1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
53name : CI-windows
64
75on :
Original file line number Diff line number Diff line change 1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
13name : Build manual
24
35on :
Original file line number Diff line number Diff line change 1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
13name : CIFuzz
4+
25on : [pull_request]
6+
7+ permissions :
8+ contents : read
9+
310jobs :
411 Fuzzing :
512 runs-on : ubuntu-latest
13+ if : ${{ github.repository_owner == 'danmar' }}
614 steps :
715 - name : Build Fuzzers
816 id : build
Original file line number Diff line number Diff line change 1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
13name : " CodeQL"
24
35on :
Original file line number Diff line number Diff line change 1-
1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
23name : Coverity
34
45on :
Original file line number Diff line number Diff line change 1-
1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
23name : cppcheck-premium
34
45on :
Original file line number Diff line number Diff line change 1818 image : ["opensuse/tumbleweed:latest"] # "fedora:latest" / "debian:unstable" / "archlinux:latest"
1919
2020 runs-on : ubuntu-22.04
21+ if : ${{ github.repository_owner == 'danmar' }}
2122
2223 container :
2324 image : ${{ matrix.image }}
@@ -118,6 +119,7 @@ jobs:
118119 clang-include-cleaner :
119120
120121 runs-on : ubuntu-22.04
122+ if : ${{ github.repository_owner == 'danmar' }}
121123
122124 env :
123125 QT_VERSION : 5.15.2
Original file line number Diff line number Diff line change 1- # Some convenient links:
2- # - https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md
3- #
4-
1+ # Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
2+ # Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
53name : release-windows
64
75on :
2422 build :
2523
2624 runs-on : windows-2022
25+ if : ${{ github.repository_owner == 'danmar' }}
2726
2827 env :
2928 # see https://www.pcre.org/original/changelog.txt
You can’t perform that action at this time.
0 commit comments