organize files, update makefile, add CI checks, begin adding d_save.cpp

This commit is contained in:
unknown
2020-09-05 15:03:13 -04:00
parent f61bfb39dd
commit 6d5e5cb17c
724 changed files with 2346 additions and 2233 deletions
+22
View File
@@ -0,0 +1,22 @@
name: OK Check
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pheenoh/zeldaret-tp:latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
token: ${{secrets.MY_REPO_PAT}}
- name: Copy in dol and compilers
run: cp /tmp/baserom.dol ./baserom.dol && cp -r /tmp/mwcc_compiler/ tools/mwcc_compiler && chown root /github/home/
- name: Run Make (OK)
run: make