Add clang MSW build to CI
This commit is contained in:
parent
405b476ff4
commit
4f0502cde0
2 changed files with 35 additions and 1 deletions
|
|
@ -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`
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue