Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ build-bromite-arm: - gclient sync --with_branch_heads --with_tags - echo ">> [$(date)] Apply Bromite and /e/ patches" - for file in $(cat ${CI_PROJECT_DIR}/build/patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/chromium_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/e_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - echo ">> [$(date)] Install dependancies" - build/install-build-deps-android.sh - gclient runhooks Loading Loading @@ -70,6 +72,8 @@ build-bromite-arm64: - gclient sync --with_branch_heads --with_tags - echo ">> [$(date)] Apply Bromite and /e/ patches" - for file in $(cat ${CI_PROJECT_DIR}/build/patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/chromium_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/e_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - echo ">> [$(date)] Install dependancies" - build/install-build-deps-android.sh - gclient runhooks Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ build-bromite-arm: - gclient sync --with_branch_heads --with_tags - echo ">> [$(date)] Apply Bromite and /e/ patches" - for file in $(cat ${CI_PROJECT_DIR}/build/patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/chromium_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/e_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - echo ">> [$(date)] Install dependancies" - build/install-build-deps-android.sh - gclient runhooks Loading Loading @@ -70,6 +72,8 @@ build-bromite-arm64: - gclient sync --with_branch_heads --with_tags - echo ">> [$(date)] Apply Bromite and /e/ patches" - for file in $(cat ${CI_PROJECT_DIR}/build/patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/chromium_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - for file in $(cat ${CI_PROJECT_DIR}/build/e_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done - echo ">> [$(date)] Install dependancies" - build/install-build-deps-android.sh - gclient runhooks Loading