]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: winaction?
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Dec 2019 23:07:46 +0000 (00:07 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Dec 2019 23:07:46 +0000 (00:07 +0100)
.github/workflows/win.yml

index c79265932e794151b09557d760ce3ddf307f7a2e..4bfb3df95bdcaa6023ea2237216c379340d0af85 100644 (file)
@@ -14,13 +14,15 @@ jobs:
     - uses: actions/checkout@v1
     - name: submodules
       run: git submodule update --init util ast
+    - name: deps
+      run: choco install make
     - name: make
       env:
          USE_DOUBLE: ${{ matrix.double }}
          CFLAGS: -fsanitize=address -fno-omit-frame-pointer
          LDFLAGS: -fsanitize=address -fno-omit-frame-pointer
-      run: make USE_DOUBLE=${{ matrix.double }}
-    - name: make test ${{ runner.temp }}
+      run: make.exe USE_DOUBLE=${{ matrix.double }}
+    - name: make.exe test ${{ runner.temp }}
       env:
         VALGRIND: NO_VALGRIND
         USE_MEMCHECK: 0