Skip to content

Commit d578fa1

Browse files
Merge branch 'task/ghi-#30-circle-ci' into develop
2 parents 19c49cb + 0851f65 commit d578fa1

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

circle.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2+
# title Circle CI Build Configuration +
3+
# project nord-atom-syntax +
4+
# repository https://github.com/arcticicestudio/nord-atom-syntax +
5+
# author Arctic Ice Studio +
6+
# email development@arcticicestudio.com +
7+
# copyright Copyright (C) 2016 +
8+
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9+
#
10+
# [References]
11+
# Circle CI
12+
# (https://circleci.com/docs)
13+
machine:
14+
environment:
15+
ATOM_LINT_WITH_BUNDLED_NODE: "true"
16+
APM_TEST_PACKAGES: ""
17+
dependencies:
18+
override:
19+
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
20+
- chmod u+x build-package.sh
21+
test:
22+
override:
23+
- ./build-package.sh

0 commit comments

Comments
 (0)