]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/test_branch.yml
.github: disable windows for now
[factor.git] / .github / workflows / test_branch.yml
index eda09c80c662ca2bc3a605c5dd572560f409b799..4fda97490c5e6e50e0b1f3d87e92377637a33031 100644 (file)
@@ -33,19 +33,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'