mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 13:58:46 +01:00
Add windows to the CI (#98)
This commit is contained in:
parent
c09a9cfb06
commit
2f700a2738
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user