]> Repositorios git - scryer-prolog.git/commitdiff
Add Windows MSYS2
authorAdrián Arroyo Calle <[email protected]>
Mon, 12 Sep 2022 21:24:40 +0000 (23:24 +0200)
committerMark Thom <[email protected]>
Thu, 27 Oct 2022 05:36:07 +0000 (23:36 -0600)
.github/workflows/test.yml

index db4801c9f77a27a06fa5956a3c28ee59a8c15488..a11d7439e7ce5d62d64ea792221a646491bfed6b 100644 (file)
@@ -52,3 +52,17 @@ jobs:
           crate: cargo-msrv
       - name: Verify MSRV
         run: cargo msrv --verify
+  windows:
+    runs-on: windows-latest
+    steps:
+      - name: Setup MSYS2
+        uses: msys2/setup-msys2@v2
+        with:
+          update: true
+          install: >-
+            base-devel
+            mingw-w64-x86_64-rust
+      - name: Checkout sources
+        uses: actions/checkout@v3
+      - name: Test on Windows
+        run: cargo test --verbose --all