mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added official support for mingw32
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
|||||||
- name: make test (sanitized)
|
- name: make test (sanitized)
|
||||||
run: make test-sanitized
|
run: make test-sanitized
|
||||||
|
|
||||||
test-windows:
|
test-mingw32:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: make test (windows)
|
- name: make test (mingw32)
|
||||||
run: make test
|
run: make test
|
||||||
|
|||||||
@@ -21,9 +21,7 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
For Windows, Linux and MacOS, simply run `make` in the root directory.
|
For Windows(mingw32 & cygwin), Linux and MacOS, simply run `make` in the root directory.
|
||||||
|
|
||||||
Note: For Linux, you may need to `cd` into the `out` directory before running.
|
|
||||||
|
|
||||||
Note: MacOS is not officially supported (no machines for testing), but we'll do our best!
|
Note: MacOS is not officially supported (no machines for testing), but we'll do our best!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user