Skip to content
View duonghoanghai's full-sized avatar
Block or Report

Block or report duonghoanghai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
duonghoanghai/README.md
  • 👋 Hi, I’m @duonghoanghai
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

version: 2 jobs: build: working_directory: ~/code docker: - image: circleci/android:api-30-alpha auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference environment: JVM_OPTS: -Xmx3200m steps: - checkout - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}

- run:

name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.

command: sudo chmod +x ./gradlew

  - run:
      name: Download Dependencies
      command: ./gradlew androidDependencies
  - save_cache:
      paths:
        - ~/.gradle
      key: jars-{{ checksum "build.gradle" }}-{{ checksum  "app/build.gradle" }}
  - run:
      name: Run Tests
      command: ./gradlew lint test
  - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
      path: app/build/reports
      destination: reports
  - store_test_results: # for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
      path: app/build/test-results
  # See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples

Popular repositories Loading

  1. UFO-sound-broadcasting-L-F UFO-sound-broadcasting-L-F Public

    UFO-Space station simulates the commanding ship of the aerospace fleet

    2 2

  2. docs docs Public

    Forked from github/docs

    The open-source repo for docs.github.com

    JavaScript 1

  3. duonghoanghai duonghoanghai Public

    Config files for my GitHub profile.

    1

  4. jekyll-contentful-data-import jekyll-contentful-data-import Public

    Forked from ARIES-CUBE-CELL/jekyll-contentful-data-import

    Contentful Plugin for the Jekyll Static Site Generator

    Ruby 1

  5. electron-api-demos electron-api-demos Public

    Forked from electron/electron-api-demos

    Explore the Electron APIs

    HTML 1

  6. nni nni Public

    Forked from microsoft/nni

    An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.

    Python 1