ci: fix Windows CUDA DLL check — glm.exe → colibri.exe
This commit is contained in:
@@ -110,8 +110,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd c
|
cd c
|
||||||
make colibri CUDA_DLL=1
|
make colibri CUDA_DLL=1
|
||||||
test -f glm.exe || { echo "glm CUDA_DLL=1 reported success but produced no exe" >&2; exit 1; }
|
test -f colibri.exe || { echo "colibri CUDA_DLL=1 reported success but produced no exe" >&2; exit 1; }
|
||||||
echo "glm.exe built against the DLL loader"
|
echo "colibri.exe built against the DLL loader"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
name: Web UI
|
name: Web UI
|
||||||
|
|||||||
Reference in New Issue
Block a user