Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2 #3

Merged
merged 2 commits into from
Jun 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ install:
### Check generation changes, build and test
###
before_script:
- make lint
- while ! make build TAG=${VERSION}; do sleep 1; done
- while ! make test TAG=${VERSION}; do sleep 1; done
- git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Build Status](https://travis-ci.com/cytopia/docker-checkmake.svg?branch=master)](https://travis-ci.com/cytopia/docker-checkmake)
[![Tag](https://img.shields.io/github/tag/cytopia/docker-checkmake.svg)](https://github.com/cytopia/docker-checkmake/releases)
[![](https://images.microbadger.com/badges/version/cytopia/checkmake:latest.svg)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
[![](https://images.microbadger.com/badges/image/cytopia/checkmake:latest.svg)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
[![](https://images.microbadger.com/badges/version/cytopia/checkmake:latest.svg?&kill_cache=1)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
[![](https://images.microbadger.com/badges/image/cytopia/checkmake:latest.svg?&kill_cache=1)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
[![](https://img.shields.io/badge/github-cytopia%2Fdocker--checkmake-red.svg)](https://github.com/cytopia/docker-checkmake "github.com/cytopia/docker-checkmake")
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)

Expand Down Expand Up @@ -33,7 +33,7 @@

View **[Dockerfile](https://github.com/cytopia/docker-checkmake/blob/master/Dockerfile)** on GitHub.

[![Docker hub](http://dockeri.co/image/cytopia/checkmake)](https://hub.docker.com/r/cytopia/checkmake)
[![Docker hub](http://dockeri.co/image/cytopia/checkmake?&kill_cache=1)](https://hub.docker.com/r/cytopia/checkmake)

Tiny Alpine-based multistage-build dockerized version of [checkmake](https://github.com/mrtazz/checkmake)<sup>[1]</sup>,
The image is built nightly against multiple stable versions and pushed to Dockerhub.
Expand Down