Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Fabrizio Ruggeri
caravaggio
Commits
3665eba0
Commit
3665eba0
authored
May 06, 2018
by
Fabrizio Ruggeri
Browse files
Try all
parent
2ecd52ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+3
-4
No files found.
.gitlab-ci.yml
View file @
3665eba0
...
...
@@ -3,8 +3,7 @@ image: node:8-alpine
test
:
script
:
-
apk add --update-cache --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ vips-dev binutils fftw-dev make g++
-
npm i -g npm
-
npm ci
-
npm i
-
npm run test
coverage
:
/All files\s*\|\s*([\d\.]+)/
...
...
@@ -47,8 +46,8 @@ dockerhub:
# Gitlab Pages
pages
:
only
:
-
master
#
only:
#
- master
script
:
-
cd website
-
npm install
...
...
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