mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
Add script to update KWIML from upstream
This commit is contained in:
parent
c7d9a24911
commit
55b21d072e
20
Utilities/Scripts/update-kwiml.bash
Executable file
20
Utilities/Scripts/update-kwiml.bash
Executable file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
shopt -s dotglob
|
||||
|
||||
readonly name="KWIML"
|
||||
readonly ownership="KWIML Upstream <kwrobot@kitware.com>"
|
||||
readonly subtree="Utilities/KWIML"
|
||||
readonly repo="https://github.com/Kitware/KWIML.git"
|
||||
readonly tag="master"
|
||||
readonly shortlog=true
|
||||
readonly paths="
|
||||
"
|
||||
|
||||
extract_source () {
|
||||
git_archive
|
||||
}
|
||||
|
||||
. "${BASH_SOURCE%/*}/update-third-party.bash"
|
Loading…
Reference in New Issue
Block a user