client-root/helper.txt
2019-07-02 02:23:51 +02:00

19 lines
354 B
Plaintext

Update/initialize git submodules (Using the refs given!):
#Update the module
git submodule update --init --recursive
#Resetting local made changes
git submodule foreach git reset --hard
build_event.sh updated!
build_os_type: [linux|win32]
build_os_type linux
-> build_os_arch: [x86|amd64]
build_os_type win32
-> build_os_arch: [x86|amd64]