Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/akvo/akvo-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
muloem committed Apr 24, 2018
2 parents f61d833 + 71f2db7 commit 57fa133
Show file tree
Hide file tree
Showing 86 changed files with 2,475 additions and 2,148 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.class
*.rpc
*.swp
*.p12

# Eclipse files
.classpath
Expand Down Expand Up @@ -37,7 +38,7 @@ GAE/bin
GAE/build

GAE/src/services/DataIssues.java

GAE/target
GAE/war/admin
GAE/war/com.*
GAE/war/exporterapplet.jar
Expand Down
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ cache:
directories:
- $HOME/.m2
- $HOME/.cache
- $HOME/google-cloud-sdk

before_install:
- docker pull akvo/flow-build
- docker pull akvo/flow-maven-build
- if [[ ! -f "$HOME/google-cloud-sdk/bin/gcloud" ]]; then rm -rf "$HOME/google-cloud-sdk";
curl https://sdk.cloud.google.com | bash > /dev/null; fi
- pip install pyopenssl

script:
- ./docker/bootstrap-build.sh
- "./ci/bootstrap-build.sh /app/src/ci/build.sh && ./ci/deploy.sh"

env:
global:
- PATH=$HOME/google-cloud-sdk/bin:$PATH
- CLOUDSDK_CORE_DISABLE_PROMPTS=1
- CLOUDSDK_PYTHON_SITEPACKAGES=1
Loading

0 comments on commit 57fa133

Please sign in to comment.