Add clang MSW build to CI

This commit is contained in:
Maarten Bent 2022-11-19 20:00:14 +01:00
parent 405b476ff4
commit 4f0502cde0
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070
2 changed files with 35 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# This script outputs the number of available processors/cores plus one.
case `uname` in
Linux)
Linux|MSYS*|MINGW*)
wxPROC_COUNT=`nproc`
;;