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
Fix CI: adapt to libKriging .travis-ci/ → tools/ rename
The libKriging submodule (PR#314) renamed .travis-ci/ to tools/.
This broke the R package build because tools/build.sh could not
find the CI scripts directory.
Changes:
- tools/build.sh: detect tools/common (new) before falling back
to travis-ci (legacy) for CI scripts directory
- tools/setup.sh: only run .travis-ci rename+sed when directory
actually exists; skip cleanly for new layout
- install_github.yml: install remotes alongside devtools, since
devtools 2.5.0 requires it for install_github()
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments