some adjustement (#190)

This commit is contained in:
coco875
2025-08-06 09:57:27 -06:00
committed by GitHub
parent f8ca8f0368
commit a7c7719396
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -14,6 +14,11 @@ jobs:
config: [Release, Debug]
standalone: [OFF, ON]
toolchain: [linux-gnu, linux-clang]
isPR:
- ${{ github.event_name == 'pull_request' }}
exclude:
- isPR: true
standalone: OFF
steps:
- uses: actions/checkout@v4
- name: Install dependencies
+5
View File
@@ -14,6 +14,11 @@ jobs:
config: [Release, Debug]
standalone: [OFF, ON]
toolchain: [macos-clang, macos-gnu] # remove temporary macos-clang-llvm
isPR:
- ${{ github.event_name == 'pull_request' }}
exclude:
- isPR: true
standalone: OFF
steps:
- uses: actions/checkout@v4
- name: Install dependencies
+7
View File
@@ -16,6 +16,13 @@ jobs:
standalone: [OFF, ON]
generate: [Visual Studio 17 2022, Ninja]
arch: [x64, Win32]
isPR:
- ${{ github.event_name == 'pull_request' }}
exclude:
- toolchain: windows-clang-cl
arch: Win32
- isPR: true
standalone: OFF
exclude:
- toolchain: windows-clang-cl
arch: Win32