From: John Benediktsson Date: Fri, 17 Dec 2021 03:50:09 +0000 (-0800) Subject: github: disable windows for now. X-Git-Tag: 0.99~2198 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=82135888f48370f2e7075c525836ca926a20d318 github: disable windows for now. --- 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'