Update cmake.yml

This commit is contained in:
sdkmap 2024-04-06 13:20:43 +03:00 committed by GitHub
parent be58725459
commit f984a928d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,8 @@ jobs:
mingw-w64-x86_64-snappy \
mingw-w64-x86_64-spice \
mingw-w64-x86_64-usbredir \
mingw-w64-x86_64-zstd'
mingw-w64-x86_64-zstd \
mingw-w64-x86_64-make'
- name: init_submodules
run: git submodule update --init --recursive
@ -175,14 +176,8 @@ jobs:
cd build
D:\a\dingusppc\dingusppc\msys64\usr\bin\bash -lc "ccache --zero-stats"
D:\a\dingusppc\dingusppc\msys64\usr\bin\bash -lc "cmake -DCMAKE_BUILD_TYPE=Release -DPPC_BUILD_PPC_TESTS=True .."
D:\a\dingusppc\dingusppc\msys64\usr\bin\bash -lc "make D:/a/dingusppc/dingusppc/build -j$(nproc) CFLAGS="-Wall -Wno-error=pointer-to-int-cast -O2""
D:\a\dingusppc\dingusppc\msys64\usr\bin\bash -lc "make dingusppc"
D:\a\dingusppc\dingusppc\msys64\usr\bin\bash -lc "ccache --show-stats"
Write-Output "Finished build at $(Get-Date -Format u)"
- name: Upload Releases
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: .
draft: false