Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
f091dde2
Commit
f091dde2
authored
6 years ago
by
G33tha
Browse files
Options
Download
Patches
Plain Diff
Issue #000 feat: added circleci config
parent
0ce2b158
release-1.7.2
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+25
-0
.circleci/config.yml
with
25 additions
and
0 deletions
+25
-0
.circleci/config.yml
0 → 100644
+
25
−
0
View file @
f091dde2
version
:
2.1
jobs
:
build
:
machine
:
image
:
circleci/classic:latest
steps
:
-
checkout
-
run
:
name
:
run build file
command
:
./build.sh
test-cases
:
docker
:
-
image
:
g33tha/node-8.11
steps
:
-
checkout
-
run
:
sh test.sh
workflows
:
version
:
2
build_and_test
:
jobs
:
-
build
#- test-cases
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets