From ae239bc0e68f8b9fa7c1370b193cabe13ccb6e3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 12:04:04 +0100 Subject: [PATCH] :art: pPdate --- .github/workflows/windows.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ddf51d90..6476f597 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,13 +12,14 @@ jobs: steps: - uses: actions/checkout@v1 - - name: submodules + - name: deps run: git submodule update --init util ast - - name: make + - name: build env: + CFLAGS: -DBUILD_ON_WINDOWS USE_DOUBLE: ${{ matrix.double }} run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - - name: make test ${{ runner.temp }} + - name: test env: VALGRIND: NO_VALGRIND USE_MEMCHECK: 0 -- 2.43.0