]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/build.yml
.github: disable windows for now
[factor.git] / .github / workflows / build.yml
index 3c64297d91b6a12641c613b62a865eb4e5bd3633..ce0a2a8ae68905c427afb2d21f9e6ec11e3642e2 100644 (file)
@@ -36,19 +36,19 @@ jobs:
     - name: help-lint
       run: './factor -run=help.lint resource:core resource:basis resource:extra'
 
-  build-windows:
-    runs-on: windows-latest
-    steps:
-    - uses: actions/checkout@v3
-    - uses: ilammy/msvc-dev-cmd@v1
-    - name: build
-      shell: cmd
-      run: 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
-      run: './factor -run=help.lint resource:core resource:basis resource:extra'
+#  build-windows:
+#    runs-on: windows-latest
+#    steps:
+#    - uses: actions/checkout@v3
+#    - uses: ilammy/msvc-dev-cmd@v1
+#    - name: build
+#      shell: cmd
+#      run: 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
+#      run: './factor -run=help.lint resource:core resource:basis resource:extra'