UNPKG

webgme

Version:

Web-based Generic Modeling Environment

39 lines (31 loc) 1.07 kB
# https://www.appveyor.com/docs/how-to/repository-shallow-clone#downloading-repository-via-github-or-bitbucket-api #shallow_clone: true environment: matrix: - nodejs_version: "18" platform: x64 # - nodejs_version: "4.2" # platform: x86 cache: - node_modules # local npm modules - src\client\bower_components # installed bower components services: - mongodb install: # Install the Redis - nuget install redis-64 -excludeversion - redis-64\tools\redis-server.exe --service-install - redis-64\tools\redis-server.exe --service-start - '@ECHO Redis Started' - where npm - where node - ps: Install-Product node $env:nodejs_version $env:platform #- for /f "delims=" %%a in ('where npm') do cd %%a\.. && npm install npm@2.14.7 #- for /f "delims=" %%a in ('where npm') do cd %%a\.. && npm install node-pre-gyp@latest - npm install - C:\mongodb\bin\mongod --version build: off test_script: - node --version - npm --version - node ./node_modules/mocha/bin/mocha -R dot --timeout 10000 --recursive test