]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert ".github: disable windows for now"
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 3 Sep 2023 02:39:06 +0000 (19:39 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 3 Sep 2023 02:39:06 +0000 (19:39 -0700)
This reverts commit 451541064e6edef15ed36323ab3a8d2088a64e6f.

.github/workflows/build.yml
.github/workflows/test_branch.yml

index ce0a2a8ae68905c427afb2d21f9e6ec11e3642e2..3c64297d91b6a12641c613b62a865eb4e5bd3633 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 4fda97490c5e6e50e0b1f3d87e92377637a33031..eda09c80c662ca2bc3a605c5dd572560f409b799 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'