client-root/helper.txt

19 lines
354 B
Plaintext
Raw Normal View History

2019-07-01 16:32:56 -04:00
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]