Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rh-hideout/pokeemerald in…
Browse files Browse the repository at this point in the history
…to pull-rhh
  • Loading branch information
BuffelSaft committed Aug 25, 2021
2 parents 6e449d4 + a9e9837 commit 46c50cd
Show file tree
Hide file tree
Showing 412 changed files with 29,948 additions and 32,518 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches:
branches:
- master
- battle_engine
- pokemon_expansion
Expand All @@ -17,19 +17,13 @@ jobs:
GAME_REVISION: 0
GAME_LANGUAGE: ENGLISH
MODERN: 0
COMPARE: 1
COMPARE: 0
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Checkout syms
uses: actions/checkout@master
with:
path: symbols
ref: symbols

- name: Checkout agbcc
uses: actions/checkout@master
uses: actions/checkout@v2
with:
path: agbcc
repository: pret/agbcc
Expand All @@ -47,7 +41,10 @@ jobs:
working-directory: agbcc

- name: Agbcc
run: make -j${nproc}
run: make -j${nproc} all

- name: Modern
run: make -j${nproc} modern
env:
MODERN: 1
COMPARE: 0
run: make -j${nproc} all
Loading

0 comments on commit 46c50cd

Please sign in to comment.