From 4bce10803e102aeb52de2c2510ca629d2a38e9f8 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 28 Jan 2023 07:56:11 +0000 Subject: [PATCH] Added official support for mingw32 --- .github/workflows/c-cpp.yml | 4 ++-- README.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 713de5f..b64ee92 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -25,10 +25,10 @@ jobs: - name: make test (sanitized) run: make test-sanitized - test-windows: + test-mingw32: runs-on: windows-latest steps: - uses: actions/checkout@v3 - - name: make test (windows) + - name: make test (mingw32) run: make test diff --git a/README.md b/README.md index 99f77b4..07cbe6f 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that ## Building -For Windows, Linux and MacOS, simply run `make` in the root directory. - -Note: For Linux, you may need to `cd` into the `out` directory before running. +For Windows(mingw32 & cygwin), Linux and MacOS, simply run `make` in the root directory. Note: MacOS is not officially supported (no machines for testing), but we'll do our best!