mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
some adjustement (#190)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user