mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-17 06:05:35 -04:00
Sorting files, adding CI checks, update Makefile (#3)
* organize files, update makefile, add CI checks, begin adding d_save.cpp * Add discord server link * don't filter branches
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: OK Check
|
||||
|
||||
on: pull_request
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user