Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gspencergoog committed Aug 19, 2018
1 parent 0dcc9b1 commit 1d3b1e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 162 deletions.
120 changes: 0 additions & 120 deletions .travis.yml

This file was deleted.

26 changes: 0 additions & 26 deletions script/before_build_apks.sh

This file was deleted.

11 changes: 0 additions & 11 deletions script/before_build_ipas.sh

This file was deleted.

5 changes: 0 additions & 5 deletions script/incremental_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x

SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
REPO_DIR="$(dirname "$SCRIPT_DIR")"
Expand All @@ -16,7 +15,6 @@ function check_changed_packages() {
# We need this check because some CIs can do a single branch clones with a limited history of commits.
local packages
local branch_base_sha="$(git merge-base --fork-point FETCH_HEAD HEAD || git merge-base FETCH_HEAD HEAD)"
# local branch_base_sha="$(git merge-base --fork-point master || git merge-base master)"
if [[ "$?" == 0 ]]; then
echo "Checking for changed packages from $branch_base_sha"
IFS=$'\n' packages=( $(git diff --name-only "$branch_base_sha" HEAD | grep -o "packages/[^/]*" | sed -e "s/packages\///g" | sort | uniq) )
Expand Down Expand Up @@ -61,9 +59,6 @@ if [[ "${BRANCH_NAME}" == "master" ]]; then
(cd "$REPO_DIR" && pub global run flutter_plugin_tools "${ACTIONS[@]}" $PLUGIN_SHARDING)
else
check_changed_packages
echo "Environment:"
env
echo "---------------------"
if [[ "$CHANGED_PACKAGES" == "" ]]; then
echo "Running for all packages"
(cd "$REPO_DIR" && pub global run flutter_plugin_tools "${ACTIONS[@]}" $PLUGIN_SHARDING)
Expand Down

0 comments on commit 1d3b1e2

Please sign in to comment.