https://github.com/matcool/geode-mod-action
https://github.com/matcool/geode-mod-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matcool/geode-mod-action
- Owner: matcool
- Created: 2022-07-02T21:12:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T18:02:42.000Z (about 2 years ago)
- Last Synced: 2024-12-28T16:44:49.449Z (5 months ago)
- Language: C++
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geode-mod-action
This repository serves as a reference build.yml for building a geode mod for windows and macos via github actions.
it is highly recommended that you edit this to your own preferences
unfortunately we can't make this a github workflow action as those cant invoke another os, and cross compiling from linux -> macOS is tricky (i couldnt figure it out, besides, cross compiling requires a lot more setup)
do not use this repo as a template, use [`geode new`](https://docs.geode-sdk.org/geode/creating) instead, and then copy the .github folder