Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
7821277d574b
Commit
d7c2f4d3
authored
Nov 15, 2018
by
Laurent Wouters
Browse files
[releng] Adding bitbucket pipeline configuration
parent
4ad3a491b10c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bitbucket-pipelines.yml
View file @
7821277d
...
...
@@ -3,5 +3,18 @@ pipelines:
default
:
-
step
:
name
:
Build and test
caches
:
-
npm_extension
-
npm_libview
-
npm_views
script
:
-
./build-src.sh
\ No newline at end of file
-
./build-src.sh
artifacts
:
-
extension/build/ld-browser-extension.zip
-
libview/build/**
-
views-logilab/build/**
definitions
:
caches
:
npm_extension
:
extension/node_modules
npm_libview
:
libview/node_modules
npm_views
:
views-logilab/node_modules
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