Actions tests

pull/694/head
Mattia Iavarone 6 years ago
parent 243ecf22de
commit 865a834584
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/deploy.yml
  3. 1
      README.md

@ -1,5 +1,5 @@
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
name: Android Build
name: Build
on:
push:
branches:

@ -1,5 +1,5 @@
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
name: Android Deploy
name: Deploy
on: [release]
jobs:
BINTRAY_UPLOAD:

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/natario1/CameraView.svg?branch=master)](https://travis-ci.org/natario1/CameraView)
[![Build Status](https://github.com/natario1/CameraView/workflows/Build/badge.svg)](https://github.com/natario1/CameraView/actions)
[![Code Coverage](https://codecov.io/gh/natario1/CameraView/branch/master/graph/badge.svg)](https://codecov.io/gh/natario1/CameraView)
[![Release](https://img.shields.io/github/release/natario1/CameraView.svg)](https://github.com/natario1/CameraView/releases)
[![Issues](https://img.shields.io/github/issues-raw/natario1/CameraView.svg)](https://github.com/natario1/CameraView/issues)

Loading…
Cancel
Save