UNPKG
nodenng
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
bindings to nng
github.com/reqshark/nodenng
reqshark/nodenng
nodenng
/
.circleci
/
config.yml
19 lines
(17 loc)
•
328 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version:
2
jobs:
install:
docker:
-
image:
circleci/node:10
working_directory:
~/repo
steps:
-
checkout
#- restore_cache:
-
run:
sudo
apt
install
cmake
build-essential
libmbedtls-dev
-
run:
npm
i
-
run:
npm
t
workflows:
version:
2
build_and_test:
jobs:
-
install