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

index 2e0c68020db7effd18a8b38d106561fbc9be6897..c965d51d47898f83361b03c590358c0749a5a1f7 100644 (file)
@@ -16,15 +16,15 @@ jobs:
     - uses: actions/checkout@v1
     - name: submodules
       run: git submodule update --init util ast
-    - name: deps
-      run: choco install make
+#    - 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.exe CC=x86_64-w64-mingw32 USE_DOUBLE=${{ matrix.double }}
-    - name: make.exe test ${{ runner.temp }}
+      run: make CC=gcc USE_DOUBLE=${{ matrix.double }}
+    - name: make test ${{ runner.temp }}
       env:
         VALGRIND: NO_VALGRIND
         USE_MEMCHECK: 0