Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
dce3e90a
Commit
dce3e90a
authored
Feb 14, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup circleci
parent
5eb1393f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
config.yml
.circleci/config.yml
+42
-0
No files found.
.circleci/config.yml
0 → 100644
View file @
dce3e90a
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version
:
2
jobs
:
build
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:7.10
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
environment
:
-
ENCRYPTION_LABEL1="b5c2730599da"
-
ENCRYPTION_LABEL2="85f76a180658"
-
ENCRYPTION_LABEL3="1b1c118ea62d"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR="Circle CI"
-
FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md soljson.js"
working_directory
:
~/repo
steps
:
-
checkout
-
run
:
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build
-
run
:
./ci/browser_tests.sh
-
deploy
:
command
:
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./ci/deploy_from_travis_master.sh
fi
-
deploy
:
command
:
|
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./ci/deploy_from_travis_remix-live.sh
fi
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment