Skip to content

Commit 6cf7168

Browse files
authored
Switch to using centralized workflow files (#47)
1 parent f4f58b0 commit 6cf7168

5 files changed

Lines changed: 14 additions & 79 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 0 additions & 44 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: Engine

.github/workflows/on-label-win-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-windows-build:
1010
if: ${{ github.event.label.name == 'build-win' }}
11-
name: Windows Build
12-
uses: ./.github/workflows/win-build.yml
11+
uses: novusengine/Workflows/.github/workflows/win-build.yml@master
12+
with:
13+
project: Engine

.github/workflows/on-push.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
call-windows-build:
9-
name: Windows Build
10-
uses: ./.github/workflows/win-build.yml
8+
# call-windows-build:
9+
# name: Windows Build
10+
# uses: novusengine/Workflows/.github/workflows/win-build.yml@master
11+
# with:
12+
# project: Engine
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: Engine

.github/workflows/win-build.yml

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

0 commit comments

Comments
 (0)