Skip to content

Commit 280995b

Browse files
author
Magnus Gether Sørensen
committed
Changed appveyor to just run build test
1 parent 5b26705 commit 280995b

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22
build_script:
3-
- cmd: build.cmd RunXDT
4-
# Install scripts. (runs after repo cloning)
5-
install:
6-
# Get the latest stable version of Node.js or io.js
7-
- ps: cd test
8-
- ps: Install-Product node 12
9-
# install modules
10-
- npm install
11-
- ps: cd ..
12-
13-
test_script:
14-
# Output useful info for debugging.
15-
- node --version
16-
- npm --version
17-
- ps: cd test
18-
# run tests
19-
- npm test
3+
- cmd: build.cmd test
204

0 commit comments

Comments
 (0)