Skip to content

ignore this PR, testing builds #2747

ignore this PR, testing builds

ignore this PR, testing builds #2747

Workflow file for this run

name: Pull Request Verification
on:
pull_request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
env:
CCACHE_VERSION: 4.10.2
jobs:
test:
runs-on: windows-latest
steps:
- name: Install ccache
run: |
curl -sOSL https://github.com/ccache/ccache/releases/download/v$Env:CCACHE_VERSION/ccache-$Env:CCACHE_VERSION-windows-x86_64.zip
unzip -qj ccache-$Env:CCACHE_VERSION-windows-x86_64.zip ccache-$Env:CCACHE_VERSION-windows-x86_64/ccache.exe
mv ccache.exe cl.exe
get-item .
- name: Compile 1
shell: cmd
run: |
"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/MSBuild.exe" WickedEngine.sln /t:OfflineShaderCompiler /m /p:Configuration=Release /p:Platform=x64