Skip to content

Commit cef3739

Browse files
authored
Switch to using centralized workflow files (#58)
1 parent 0c1b039 commit cef3739

File tree

5 files changed

+12
-116
lines changed

5 files changed

+12
-116
lines changed

.github/workflows/linux-build.yml

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ on:
88
jobs:
99
call-linux-build:
1010
if: ${{ github.event.label.name == 'build-linux' }}
11-
name: Linux Build
12-
uses: ./.github/workflows/linux-build.yml
11+
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
12+
with:
13+
project: Game

.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: Game

.github/workflows/on-push.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ 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: Game
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: Game

.github/workflows/win-build.yml

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

0 commit comments

Comments
 (0)