shithub: MicroHs

Download patch

ref: 3b96876c8a21fd5b1df994d56a4470bd623d0db2
parent: 1d4e3f132caed9dcbe4ffa99345be1f2fd2b8a73
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Feb 1 09:53:25 EST 2024

Even more tests turned on.

--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -48,8 +48,8 @@
       uses: ilammy/msvc-dev-cmd@v1
     - name: nmake
       run: nmake -f Makefile.windows
-  #  - name: nmake exampletest
-  #    run: nmake -f Makefile.windows exampletest
+    - name: nmake exampletest
+      run: nmake -f Makefile.windows exampletest
 
   build-linux-aarch64:
     runs-on: ubuntu-latest
@@ -161,12 +161,11 @@
      - name: run emscripten tests
        run: make emscripten
 
-# macos-emscripten crashes randomly, so comment it out for now
-#  build-macos-emscripten:
-#    runs-on: macos-latest
-#    steps:
-#     - uses: actions/checkout@v3
-#     - uses: mymindstorm/setup-emsdk@v13
-#     - uses: actions/setup-node@v4
-#     - name: run emscripten tests
-#       run: make emscripten
+  build-macos-emscripten:
+    runs-on: macos-latest
+    steps:
+     - uses: actions/checkout@v3
+     - uses: mymindstorm/setup-emsdk@v13
+     - uses: actions/setup-node@v4
+     - name: run emscripten tests
+       run: make emscripten
--