workflows changes 8
This commit is contained in:
3
.github/workflows/build-releases.yml
vendored
3
.github/workflows/build-releases.yml
vendored
@@ -15,6 +15,9 @@ on:
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
release-packages:
|
||||
name: Build Linux/macOS/Windows archives
|
||||
|
||||
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@@ -3,6 +3,9 @@ name: C/C++ CI
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
build-alpine-static:
|
||||
|
||||
|
||||
3
.github/workflows/clang-tidy.yml
vendored
3
.github/workflows/clang-tidy.yml
vendored
@@ -3,6 +3,9 @@ name: clang-tidy
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
clang-tidy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@@ -14,6 +14,9 @@ name: "CodeQL"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
@@ -3,6 +3,9 @@ name: Code coverage
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
||||
|
||||
3
.github/workflows/cppcheck.yml
vendored
3
.github/workflows/cppcheck.yml
vendored
@@ -3,6 +3,9 @@ name: cppcheck
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
cppcheck-ubuntu:
|
||||
|
||||
|
||||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -29,6 +29,9 @@ permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
build-linux-amd64:
|
||||
name: Build Linux x86_64
|
||||
|
||||
1
.github/workflows/msvc-analysis.yml
vendored
1
.github/workflows/msvc-analysis.yml
vendored
@@ -15,6 +15,7 @@ env:
|
||||
# Path to the CMake build directory.
|
||||
build: '${{ github.workspace }}/build'
|
||||
config: 'Release'
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -8,6 +8,9 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
build-linux-x64:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
3
.github/workflows/source-snapshot.yml
vendored
3
.github/workflows/source-snapshot.yml
vendored
@@ -3,6 +3,9 @@ name: source-snapshot
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
source-snapshot:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
3
.github/workflows/test-sync.yml
vendored
3
.github/workflows/test-sync.yml
vendored
@@ -3,6 +3,9 @@ name: Sync test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GIT_CONFIG_PARAMETERS: submodule.third_party/googleapis.update=none
|
||||
|
||||
jobs:
|
||||
sync-test-ubuntu-tsan:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user