Add abstruse buildfile

pull/4/head
trivernis 5 years ago
parent 46490115ee
commit 9a779ca239

@ -0,0 +1,18 @@
image: nodejs-12
matrix:
- env: SCRIPT=build
- env: SCRIPT=test
before_install:
- npm config set spin false
- npm config set progress false
install:
- yarn install
script:
- if [[ "$SCRIPT" ]]; then yarn $SCRIPT; fi
cache:
- node_modules
Loading…
Cancel
Save