mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:38:13 +08:00
23 lines
417 B
YAML
23 lines
417 B
YAML
machine:
|
|
node:
|
|
version: 7
|
|
services:
|
|
- docker
|
|
|
|
test:
|
|
override:
|
|
- MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml ./node_modules/.bin/mocha tests --reporter mocha-junit-reporter
|
|
- npm run lint
|
|
- npm run build
|
|
|
|
deployment:
|
|
release:
|
|
tag: /[0-9]+(\.[0-9]+)*/
|
|
commands:
|
|
- bash ./scripts/deploy.sh
|
|
|
|
latest:
|
|
branch: master
|
|
commands:
|
|
- bash ./scripts/deploy.sh
|