You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
travis: Fix execution of test from source tree setting skbuild platname
Since building the project specifying --plat-name or CMAKE_OSX_* variables
leads to different SKBUILD_DIR (e.g "_skbuild/macosx-10.6-x86_64-3.6" vs
"_skbuild/macosx-10.11-x86_64-3.6" , the code below attempt to guess the
most likely plat-name, extracting the plat-name from the first sub-directory
found under "_skbuild" directory.
0 commit comments