Symfile no longer part of all target
This commit is contained in:
@@ -8,6 +8,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
GAME_VERSION: FIRERED
|
||||||
|
GAME_LANGUAGE: ENGLISH
|
||||||
|
GAME_REVISION: 0
|
||||||
|
MODERN: 0
|
||||||
|
COMPARE: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
@@ -38,16 +44,33 @@ jobs:
|
|||||||
|
|
||||||
- name: Compare FireRed
|
- name: Compare FireRed
|
||||||
run: |
|
run: |
|
||||||
make -j${nproc} compare_firered
|
make -j${nproc} all syms
|
||||||
make -j${nproc} compare_firered_rev1
|
|
||||||
|
- name: Compare FireRed rev1
|
||||||
|
env:
|
||||||
|
GAME_REVISION: 1
|
||||||
|
run: |
|
||||||
|
make -j${nproc} all syms
|
||||||
|
|
||||||
- name: Compare LeafGreen
|
- name: Compare LeafGreen
|
||||||
|
env:
|
||||||
|
GAME_VERSION: LEAFGREEN
|
||||||
run: |
|
run: |
|
||||||
make -j${nproc} compare_leafgreen
|
make -j${nproc} all syms
|
||||||
make -j${nproc} compare_leafgreen_rev1
|
|
||||||
|
- name: Compare LeafGreen
|
||||||
|
env:
|
||||||
|
GAME_VERSION: LEAFGREEN
|
||||||
|
GAME_REVISION: 1
|
||||||
|
run: |
|
||||||
|
make -j${nproc} all syms
|
||||||
|
|
||||||
- name: Modern
|
- name: Modern
|
||||||
run: make -j${nproc} modern
|
env:
|
||||||
|
MODERN: 1
|
||||||
|
COMPARE: 0
|
||||||
|
run: |
|
||||||
|
make -j${nproc} all
|
||||||
|
|
||||||
- name: Webhook
|
- name: Webhook
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user