mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
Appveyor Windows CI 💚
This commit is contained in:
parent
ad24c23701
commit
4d3cbe9ed7
1 changed files with 17 additions and 0 deletions
17
.appveyor.yml
Normal file
17
.appveyor.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
skip_tags: true
|
||||||
|
platform:
|
||||||
|
- x64
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- nodejs_version: 'Current'
|
||||||
|
- nodejs_version: '8'
|
||||||
|
- nodejs_version: '6'
|
||||||
|
install:
|
||||||
|
- ps: Install-Product node $env:nodejs_version
|
||||||
|
- npm install
|
||||||
|
before_build:
|
||||||
|
- node --version
|
||||||
|
build_script:
|
||||||
|
- echo 'no build script'
|
||||||
|
test_script:
|
||||||
|
- npm test
|
Loading…
Add table
Reference in a new issue