Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
beacon
Commits
9d85a8fe
Commit
9d85a8fe
authored
Aug 02, 2019
by
Jacek Lebioda
Browse files
Adding npm to gitlab-CI script
parent
cc1d3dea
Pipeline
#12338
passed with stage
in 1 minute and 32 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d85a8fe
...
...
@@ -6,7 +6,7 @@ before_script:
-
pip install -e . --default-timeout=180
-
pip install coverage --default-timeout=180
-
curl -sL https://deb.nodesource.com/setup_8.x | bash -
-
apt-get install -y build-essential nodejs
-
apt-get install -y build-essential nodejs
npm
-
npm install -g yarn
test
:
...
...
setup.py
View file @
9d85a8fe
...
...
@@ -24,7 +24,7 @@ def get_test_suite():
setup
(
name
=
'elixir_beacon'
,
version
=
'1.3.
8
'
,
version
=
'1.3.
9
'
,
description
=
"ELIXIR Beacon"
,
author
=
"Jacek Lebioda"
,
author_email
=
'jacek.lebioda@uni.lu'
,
...
...
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