From 12735b95077cd66b02f9262a63f0241c8410ca2b Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Tue, 27 Apr 2021 03:50:27 -0700 Subject: [PATCH 1/2] test windows 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa9230a4..919873c73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: artifact-folder: linux - os: windows-latest # CI windows running the binary somehow stucks. Not sure why. Disable for now. - build: "cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make" + build: "dir ./node_modules/.bin/ && cat ./node_modules/.bin/reanalyze.cmd && cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make" artifact-folder: win32 runs-on: ${{matrix.os}} From 7653f736ce31c1e6344e06a2aa72220f4b4f29fc Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Tue, 27 Apr 2021 04:27:07 -0700 Subject: [PATCH 2/2] Readlink --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 919873c73..17ff4c62f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: artifact-folder: linux - os: windows-latest # CI windows running the binary somehow stucks. Not sure why. Disable for now. - build: "dir ./node_modules/.bin/ && cat ./node_modules/.bin/reanalyze.cmd && cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make" + build: "readlink ./node_modules/.bin/reanalyze && cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make" artifact-folder: win32 runs-on: ${{matrix.os}}