From 5d6235efb59ee74ac5afa3b25f1cbed0e970a118 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 29 Oct 2016 11:06:11 +0200 Subject: [PATCH 1/2] GHI-#4 Create Travis CI and Circle CI configuration files --- .travis.yml | 21 +++++++++++++++++++++ circle.yml | 24 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .travis.yml create mode 100644 circle.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..65389d6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +# ++++++++++++++++++++++++++++++++++++++++++++++++++++ +# title Travis CI Build Configuration + +# project nord + +# version + +# repository https://github.com/arcticicestudio/nord + +# author Arctic Ice Studio + +# email development@arcticicestudio.com + +# copyright Copyright (C) 2016 + +# ++++++++++++++++++++++++++++++++++++++++++++++++++++ +# +# [References] +# Travis CI Documentation +# (https://docs.travis-ci.com) +language: node_js +cache: + directories: + - $HOME/node_modules +before_script: + - npm install -g gulp + - npm install +script: gulp compile-css-template sassdoc diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..3976516 --- /dev/null +++ b/circle.yml @@ -0,0 +1,24 @@ +# ++++++++++++++++++++++++++++++++++++++++++++++++++++ +# title Circle CI Build Configuration + +# project nord + +# version + +# repository https://github.com/arcticicestudio/nord + +# author Arctic Ice Studio + +# email development@arcticicestudio.com + +# copyright Copyright (C) 2016 + +# ++++++++++++++++++++++++++++++++++++++++++++++++++++ +# +# [References] +# Circle CI +# (https://circleci.com/docs) +machine: + node: + version: 6.1.0 +dependencies: + override: + - npm install -g gulp + - npm install +test: + override: + - gulp compile-css-template sassdoc + - find . -regextype posix-egrep -regex ".*/build/(.*)" -exec cp {} $CIRCLE_ARTIFACTS \; From eef1b71f05dd3db894607eeefaa0d00587a4a3f6 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 29 Oct 2016 11:32:56 +0200 Subject: [PATCH 2/2] GHI-#4 Add badges to the README and CHANGELOG --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc01ed..224a372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@

+

+ +--- + # 0.1.0 (2016-09-04) ![Nord Palette Overview](https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/nord-overview.svg) diff --git a/README.md b/README.md index 9d5ee15..a291468 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-

+

A arctic, north-bluish color palette.