Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
aa193f63
Commit
aa193f63
authored
Jan 16, 2020
by
Nick Schonning
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Add GitHub Actions for Alpine CI
parent
eac343c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
alpine.yml
.github/workflows/alpine.yml
+49
-0
No files found.
.github/workflows/alpine.yml
0 → 100644
View file @
aa193f63
name
:
Build bindings for Alpine releases
on
:
[
push
,
pull_request
]
jobs
:
build
:
runs-on
:
ubuntu-latest
container
:
image
:
node:${{ matrix.node }}-alpine${{ matrix.alpine }}
env
:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI
:
true
strategy
:
matrix
:
node
:
-
6
-
8.16.2
-
10
-
12
-
13
-
14
include
:
-
node
:
6
alpine
:
"
"
-
node
:
8.16.2
alpine
:
"
3.9"
-
node
:
10
alpine
:
"
3.9"
-
node
:
12
alpine
:
"
3.9"
-
node
:
13
alpine
:
"
3.10"
-
node
:
14
alpine
:
"
3.10"
steps
:
-
name
:
Install Alpine build tools
run
:
apk add --no-cache python make git gcc g++
-
uses
:
actions/checkout@v2
-
name
:
Install packages
run
:
npm install --unsafe-perm
-
name
:
Run tests
run
:
npm test
-
uses
:
actions/upload-artifact@v1
with
:
name
:
${{ matrix.node }}
path
:
vendor/
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