]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add windows to the CI (#98)
authorSebastián A <redacted>
Mon, 13 Mar 2023 20:29:10 +0000 (17:29 -0300)
committerGitHub <redacted>
Mon, 13 Mar 2023 20:29:10 +0000 (22:29 +0200)
.github/workflows/build.yml

index c10e671c5cba387210c76b6a7dfbf6cc9975b6e7..1a068ae75f966c7a407e4269f282f3b4bf66d934 100644 (file)
@@ -33,6 +33,20 @@ jobs:
         run: |
           make
 
+  windows-latest:
+    runs-on: windows-latest
+
+    steps:
+      - name: Clone
+        uses: actions/checkout@v1
+
+      - name: Build
+        run: |
+          mkdir build
+          cd build
+          cmake ..
+          cmake --build . --config Release
+
 #  ubuntu-latest-gcc:
 #    runs-on: ubuntu-latest
 #