Skip to content

Commit

Permalink
feat(circleci): add percy
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 13, 2019
1 parent 1cc68b6 commit 63308df
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 60 deletions.
59 changes: 0 additions & 59 deletions .circleci/config.example.yml

This file was deleted.

19 changes: 18 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,24 @@ jobs:
- default.conf
- _site/*

percy:
<<: *defaults
docker:
- image: circleci/ruby:2.6.4-node-browsers
steps:
- attach_workspace:
at: ~/repo
- run: npx percy snapshot _site

workflows:
build-deploy:
build-n-test:
jobs:
- build
- percy:
requires:
- build
filters:
branches:
ignore:
- /^renovate\/.*/
- /^dependabot\/.*/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Built with Almace Scaffolding](https://d349cztnlupsuf.cloudfront.net/amsf-badge.svg)](https://sparanoid.com/lab/amsf/)
[![CircleCI](https://circleci.com/gh/sparanoid/almace-scaffolding.svg?style=svg)](https://circleci.com/gh/sparanoid/almace-scaffolding)
[![devDependency Status](https://david-dm.org/sparanoid/almace-scaffolding/dev-status.svg)](https://david-dm.org/sparanoid/almace-scaffolding#info=devDependencies)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/sparanoid/amsf)

`AMSF`, a.k.a. **Almace Scaffolding**, a super-fast Jekyll framework fighting against the website obesity. It supports LiveReload, Sass, HTML minification, inlined stylesheets and more.

Expand Down

0 comments on commit 63308df

Please sign in to comment.