Skip to content

Commit 78ff169

Browse files
authored
Switch to using centralized workflow files (#23)
1 parent 82e3494 commit 78ff169

File tree

5 files changed

+14
-110
lines changed

5 files changed

+14
-110
lines changed

.github/workflows/linux-build.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/on-label-linux-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ jobs:
99
call-linux-build:
1010
if: ${{ github.event.label.name == 'build-linux' }}
1111
name: Linux Build
12-
uses: ./.github/workflows/linux-build.yml
12+
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
13+
with:
14+
project: AssetConverter

.github/workflows/on-label-win-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ jobs:
99
call-windows-build:
1010
if: ${{ github.event.label.name == 'build-win' }}
1111
name: Windows Build
12-
uses: ./.github/workflows/win-build.yml
12+
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
13+
with:
14+
project: AssetConverter

.github/workflows/on-push.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ on:
77
jobs:
88
# call-windows-build:
99
# name: Windows Build
10-
# uses: ./.github/workflows/win-build.yml
10+
# uses: novusengine/Workflows/.github/workflows/win-build.yml@master
11+
# with:
12+
# project: AssetConverter
1113

1214
call-linux-build:
1315
name: Linux Build
14-
uses: ./.github/workflows/linux-build.yml
16+
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
17+
with:
18+
project: AssetConverter
19+
# possible types: Debug, RelDebug, Release. Comma separated strings in array.
20+
build-types: '["Debug"]'

.github/workflows/win-build.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)