Add gitlab CI
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
image: jfr3000/docker-nativescript
|
||||
|
||||
# This folder is cached between builds
|
||||
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
test_async:
|
||||
script:
|
||||
- npm install
|
||||
- npm test
|
||||
Reference in New Issue
Block a user