]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/build.yml
github: temporarily disable help-lint checks on windows builder
[factor.git] / .github / workflows / build.yml
index 7b93798806b7de7ffcbe9011ab4305f964dc9c83..5c3e0123d6802acf8c2cb7ea54095ef6037ea652 100644 (file)
@@ -32,3 +32,18 @@ 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
+    - 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'