From 82135888f48370f2e7075c525836ca926a20d318 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 16 Dec 2021 19:50:09 -0800 Subject: [PATCH] github: disable windows for now. --- .github/workflows/build-test-core.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/build-test-core.yml b/.github/workflows/build-test-core.yml index c30dc6682b..77588c0984 100644 --- a/.github/workflows/build-test-core.yml +++ b/.github/workflows/build-test-core.yml @@ -32,22 +32,3 @@ jobs: run: './factor -run=tools.test resource:core' - name: help-lint run: './factor -run=help.lint resource:core resource:basis' - - build-windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v2 - - name: build - shell: cmd - run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - build.cmd net-bootstrap - - name: load-all - shell: cmd - run: 'factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off load-all save"' - - name: test - shell: cmd - run: 'factor -run=tools.test resource:core' - - name: help-lint - shell: cmd - run: 'factor -run=help.lint resource:core resource:basis' -- 2.34.1