]> gitweb.factorcode.org Git - factor.git/commitdiff
.github: disable windows for now
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 2 Sep 2023 15:20:13 +0000 (08:20 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 2 Sep 2023 15:20:13 +0000 (08:20 -0700)
.github/workflows/build.yml
.github/workflows/test_branch.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'
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'