Skip to content

Commit

Permalink
Merge pull request #686 from tcsabina/master
Browse files Browse the repository at this point in the history
Better naming for the renderers
  • Loading branch information
tcsabina authored Oct 4, 2022
2 parents 7d7775a + 17a6edc commit 2e0c034
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [windows-glsl-x64, windows-opengl-x64, windows-combined-x64]
target: [windows-glsl-x64, windows-std-x64, windows-multi-x64]
include:
- target: windows-glsl-x64
config: rls-modern
platform: x64
- target: windows-opengl-x64
- target: windows-std-x64
config: rls-classic
platform: x64
- target: windows-combined-x64
- target: windows-multi-x64
config: rls-all
platform: x64

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [windows-glsl-x64, windows-opengl-x64, windows-combined-x64]
target: [windows-glsl-x64, windows-std-x64, windows-multi-x64]
include:
- target: windows-glsl-x64
config: rls-modern
platform: x64
- target: windows-opengl-x64
- target: windows-std-x64
config: rls-classic
platform: x64
- target: windows-combined-x64
- target: windows-multi-x64
config: rls-all
platform: x64

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [windows-glsl-x64, windows-opengl-x64, windows-combined-x64]
target: [windows-glsl-x64, windows-std-x64, windows-multi-x64]
include:
- target: windows-glsl-x64
config: rls-modern
platform: x64
- target: windows-opengl-x64
- target: windows-std-x64
config: rls-classic
platform: x64
- target: windows-combined-x64
config: dbg-all
- target: windows-multi-x64
config: rls-all
platform: x64

steps:
Expand Down

0 comments on commit 2e0c034

Please sign in to comment.