We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b26705 commit 280995bCopy full SHA for 280995b
1 file changed
appveyor.yml
@@ -1,20 +1,4 @@
1
-image: Visual Studio 2017
+image: Visual Studio 2019
2
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
18
- # run tests
19
- - npm test
+- cmd: build.cmd test
20
0 commit comments