Re: [CMake] Problems running npm-based tests on Windows

2016-08-25 Thread Andrey Fedorov
As demonstrated here https://github.com/QIICR/dcmqi/pull/79, the problem is resolved when .cmd versions of the commands are used. On Wed, Aug 24, 2016 at 1:10 PM, Andrey Fedorov wrote: > Hi, > > we are running ctest's on appveyor using npm-installed packages. >

[CMake] Problems running npm-based tests on Windows

2016-08-24 Thread Andrey Fedorov
Hi, we are running ctest's on appveyor using npm-installed packages. Specifically, we run jsonlint and ajv on json files to validate the content. Packages are installed in this line: https://github.com/QIICR/dcmqi/blob/master/appveyor.yml#L12-L13 of the appveyor configuration. The installed