Merge pull request #1449 from ExpoSeed/master

item expansion ci
This commit is contained in:
ultima-soul 2021-04-02 22:46:46 -07:00 committed by GitHub
commit e5c8e841dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,11 @@ name: CI
on: on:
push: push:
branches: [ master ] branches:
- master
- battle_engine
- pokemon_expansion
- item_expansion
pull_request: pull_request:
jobs: jobs:
@ -10,7 +14,7 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@v2
- name: Install binutils - name: Install binutils
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi
@ -25,16 +29,8 @@ jobs:
./build.sh ./build.sh
./install.sh ../ ./install.sh ../
- name: Compare - name: Agbcc
run: make -j${nproc} compare run: make -j${nproc}
- name: Modern - name: Modern
run: make -j${nproc} modern run: make -j${nproc} modern
- name: Webhook
if: ${{ github.event_name == 'push' }}
env:
CALCROM_DISCORD_WEBHOOK_USERNAME: OK
CALCROM_DISCORD_WEBHOOK_AVATAR_URL: https://i.imgur.com/38BQHdd.png
CALCROM_DISCORD_WEBHOOK_URL: ${{ secrets.CALCROM_DISCORD_WEBHOOK_URL }}
run: sh .github/calcrom/webhook.sh pokeemerald