Giter VIP home page Giter VIP logo
  • 👋 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

dương hải's Projects

bootstrap icon bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!

cimg icon cimg

The CImg Library is a small and open-source C++ toolkit for image processing

docs icon docs

The open-source repo for docs.github.com

gibhub.rules.native icon gibhub.rules.native

thằng ăn trộm Microsoft nó lấy dữ liệu của em/ giúp em loại trừ Miroroft. nó ăn trộm rất nhiều thứ của em. sản phẩm bạn em tặng cho em nó lấy nhiều lắm nó đỗi tên thành tên của nó

gift-github icon gift-github

muốn tặng riêng github mà bị tụi kia theo đuôi hoài, thằng microsoft nó tự ý thay đỗi và đồng bộ với nó, hãy xóa cái tên microsoft đi,. thay tên là github.Rules.Managed

git icon git

Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

legacy.httparchive.org icon legacy.httparchive.org

<<THIS REPOSITORY IS DEPRECATED>> The HTTP Archive provides information about website performance such as # of HTTP requests, use of gzip, and amount of JavaScript. This information is recorded over time revealing trends in how the Internet is performing. Built using Open Source software, the code and data are available to everyone allowing researchers large and small to work from a common base.

libgdx icon libgdx

Desktop/Android/HTML5/iOS Java game development framework

luci icon luci

LuCI - OpenWrt Configuration Interface

nni icon nni

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

qu-n-l-ti-n-t- icon qu-n-l-ti-n-t-

gộp tất cả tài sản của group lại và thống kê tài sản

webwewant.fyi icon webwewant.fyi

If you build websites, you inevitably run into problems. Maybe there’s no way to achieve an aspect of your design using CSS. Or maybe there’s a device feature you really wish you could tap into using JavaScript. Or perhaps the in-browser DevTools don’t give you a key insight you need to do your job. We want to hear about it!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.