mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 11:40:43 +00:00
test workflow (+9 squashed commit)
Squashed commit: [3d1fedab] test workflow [c26d3a50] test workflow [70e84f54] test workflow [3383d040] workflow test [2262b3c6] workflow test [cd335d5a] workflow test [bdbbfaeb] workflow test [8e9fed4c] testing workflow [e5b90d66] workflow test
This commit is contained in:
parent
41fa4310b9
commit
06e3a6f36e
6 changed files with 14 additions and 4 deletions
|
|
@ -31,14 +31,17 @@ jobs:
|
|||
|
||||
- name: Add w64devkit to PATH
|
||||
run: |
|
||||
$env:Path += ";$(Get-Location)\w64devkit-1.22.0\w64devkit\bin"
|
||||
echo $env:Path
|
||||
ls
|
||||
echo "$(Get-Location)\w64devkit\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
||||
|
||||
- name: Build Non-CUDA
|
||||
id: make_build
|
||||
run: |
|
||||
make -j ${env:NUMBER_OF_PROCESSORS}
|
||||
|
||||
- name: Package PyInstaller
|
||||
id: make_pyinstaller
|
||||
run: |
|
||||
./make_pyinstaller.bat
|
||||
ls
|
||||
|
||||
# - uses: Jimver/cuda-toolkit@v0.2.11
|
||||
|
|
@ -59,3 +62,9 @@ jobs:
|
|||
# with:
|
||||
# name: kcpp_windows_cuda_binary
|
||||
# path: build/bin/Release/
|
||||
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: kcpp_windows_pyinstallers
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue