Skip to content

Commit

Permalink
Update Readme and add skip commit rules
Browse files Browse the repository at this point in the history
* Don't rebuild on text file updates.
  • Loading branch information
pbatard committed May 13, 2019
1 parent f04712e commit dd7668a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Raspberry Pi3 - Arm Trusted Firmware binaries
=============================================

[![Build status](https://img.shields.io/appveyor/ci/pbatard/pitf.svg?style=flat-square)](https://ci.appveyor.com/project/pbatard/pitf)
[![Github stats](https://img.shields.io/github/downloads/pbatard/pitf/total.svg?style=flat-square)](https://github.com/pbatard/pitf/releases)

# Summary

This repository is meant to host builds of the Arm Trusted Firmware for use with
Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

image: Ubuntu1804

skip_commits:
files:
- '**/*.md'
- '**/*.txt'

environment:
ATF_VERSION: 2.1

Expand Down

0 comments on commit dd7668a

Please sign in to comment.