Naveen
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
29 additions and
0 deletions
-
.github/workflows/android.yml
-
.github/workflows/cmake.yml
-
.github/workflows/linux.yml
-
.github/workflows/linux_examples.yml
-
.github/workflows/macos.yml
-
.github/workflows/windows.yml
-
.github/workflows/windows_examples.yml
|
|
@ -16,8 +16,13 @@ on: |
|
|
|
release: |
|
|
|
types: [published] |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
permissions: |
|
|
|
contents: write # for actions/upload-release-asset to upload release asset |
|
|
|
runs-on: windows-latest |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
|
|
@ -23,6 +23,9 @@ env: |
|
|
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |
|
|
|
BUILD_TYPE: Release |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build_windows: |
|
|
|
name: Windows Build |
|
|
|
|
|
@ -15,8 +15,13 @@ on: |
|
|
|
release: |
|
|
|
types: [published] |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
permissions: |
|
|
|
contents: write # for actions/upload-release-asset to upload release asset |
|
|
|
runs-on: ubuntu-latest |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
|
|
@ -14,6 +14,9 @@ on: |
|
|
|
- 'examples/**' |
|
|
|
- '.github/workflows/linux_examples.yml' |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
@ -15,8 +15,13 @@ on: |
|
|
|
release: |
|
|
|
types: [published] |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
permissions: |
|
|
|
contents: write # for actions/upload-release-asset to upload release asset |
|
|
|
runs-on: macos-latest |
|
|
|
|
|
|
|
env: |
|
|
|
|
|
@ -15,8 +15,13 @@ on: |
|
|
|
release: |
|
|
|
types: [published] |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
permissions: |
|
|
|
contents: write # for actions/upload-release-asset to upload release asset |
|
|
|
runs-on: windows-latest |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
|
|
@ -14,6 +14,9 @@ on: |
|
|
|
- 'examples/**' |
|
|
|
- '.github/workflows/windows_examples.yml' |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
runs-on: windows-latest |
|
|
|