]> gitweb.factorcode.org Git - factor.git/commitdiff
github: disable windows for now.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 17 Dec 2021 03:50:09 +0000 (19:50 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 17 Dec 2021 03:50:09 +0000 (19:50 -0800)
.github/workflows/build-test-core.yml

index c30dc6682b6e316ed188b3287b59b2f1b7be3439..77588c098424c02449173d11769c224cb8be1fc4 100644 (file)
@@ -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'