Skip to content

Commit be7c73f

Browse files
committed
Manual trigger for GitHub Actions workflows
1 parent f08ec40 commit be7c73f

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/Windows_MSVC_x64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
paths-ignore:
1313
- '*.md'
1414
- 'docs/**'
15+
workflow_dispatch:
1516

1617
permissions:
1718
contents: write

.github/workflows/Windows_MinGW_x64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
paths-ignore:
1313
- '*.md'
1414
- 'docs/**'
15+
workflow_dispatch:
1516

1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/amiga-m68k.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
-B build \
4242
-G Ninja \
4343
-DCMAKE_BUILD_TYPE=Release \
44-
-DM68K_COMMON="-s -fbbb=- -ffast-math" \
44+
-DM68K_COMMON="-s -ffast-math -O2" \
4545
-DM68K_CPU=68040 \
4646
-DM68K_FPU=hard
4747
4848
- name: Build DevilutionX
49-
run: cmake --build build
49+
run: cmake --build build --verbose
5050

5151
- name: Upload Package
5252
if: ${{ !env.ACT }}

.github/workflows/xbox_nxdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
paths-ignore:
1818
- '*.md'
1919
- 'docs/**'
20+
workflow_dispatch:
2021

2122
concurrency:
2223
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)