Add appveyor config
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master
Jonatan Nilsson 2022-01-11 07:29:15 +00:00
parent 0327de8bdc
commit 5e14f3f94c
1 changed files with 26 additions and 0 deletions

26
appveyor.yml Normal file
View File

@ -0,0 +1,26 @@
# version format
version: '{build}'
# branches to build
branches:
# whitelist
only:
- master
# Do not build on tags (GitHub, Bitbucket, GitLab, Gitea)
skip_tags: true
# Maximum number of concurrent jobs for the project
max_jobs: 1
clone_depth: 1
# Build worker image (VM template)
build_cloud: Docker
environment:
docker_image: node:16-alpine
npm_config_cache: /appveyor/projects/cache
test_script:
- sh: |
npm test