From: Sebastián A Date: Mon, 13 Mar 2023 20:29:10 +0000 (-0300) Subject: Add windows to the CI (#98) X-Git-Tag: gguf-v0.4.0~1246 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2f700a27381e558a4eb5a3f8fd56757f4c7a417c;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add windows to the CI (#98) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10e671c..1a068ae7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 #