Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
867eab81
Verified
Commit
867eab81
authored
Aug 12, 2017
by
David Haynes
🙆
Browse files
Add PPA for libsass
parent
27f4cc6b
Pipeline
#1486
failed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
867eab81
...
...
@@ -3,8 +3,11 @@ image: node:latest
build
:
stage
:
build
script
:
-
apt update
-
apt install libsass -y
-
apt-get update
-
apt-get install software-properties-common python-software-properties
-
add-apt-repository ppa:tista/build
-
apt-get update
-
apt-get install libsass -y
-
yarn
-
npm run build-masonstrap
artifacts
:
...
...
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