mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
16 lines
407 B
Bash
Executable File
16 lines
407 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
git fetch origin master:master
|
|
git fetch origin v2.0.0:v2.0.0
|
|
git fetch origin test/attributes:test/attributes
|
|
git fetch origin test/master:test/master
|
|
|
|
script/vendor-deb libicu48 libicu-dev
|
|
bundle config build.charlock_holmes --with-icu-include=$(pwd)/vendor/debs/include --with-icu-lib=$(pwd)/vendor/debs/lib
|
|
|
|
git submodule init
|
|
git submodule sync --quiet
|
|
script/fast-submodule-update
|