1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-05 00:10:24 +08:00
This commit is contained in:
源文雨
2026-03-27 22:41:07 +08:00
parent 3d15e61fcc
commit 32d75dc15d

View File

@@ -48,7 +48,7 @@ jobs:
version: v2.11
test-examples:
name: Test examples
name: Test examples (${{ matrix.name }})
runs-on: ${{ matrix.os }}
needs: [vet_build_test]
strategy:
@@ -56,9 +56,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
name: Linux
cmake_extra_args: -DCMAKE_INSTALL_PREFIX=/usr/local
install_cmd: sudo cmake --install level-zero-build && sudo ldconfig
- os: windows-latest
name: Windows
cmake_extra_args: ""
install_cmd: 'for dll in $(find level-zero-build -name "*.dll"); do cp "$dll" /c/Windows/System32/; done'
steps: