UNPKG
deyin-musicxml-player
Version:
latest (0.5.0)
0.5.0
OSMD audio player
github.com/jimutt/osmd-audio-player
jimutt/osmd-audio-player
deyin-musicxml-player
/
.circleci
/
config.yml
18 lines
•
339 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version:
2.1
orbs:
node:
circleci/node@1.1.6
jobs:
build-and-test:
executor:
name:
node/default
steps:
-
checkout
-
node/with-cache:
steps:
-
run:
npm
install
-
run:
npm
test
-
run:
npm
run
build
workflows:
build-and-test:
jobs:
-
build-and-test