build: Put images in right location

This commit is contained in:
Felix Rieseberg 2019-08-24 17:39:04 +02:00
parent 0c2149b756
commit 8d8fc949cd
2 changed files with 3 additions and 3 deletions

View file

@ -17,15 +17,15 @@ install:
- ps: Install-Product node $env:nodejs_version x64
- node --version
- npm ci
- ps: cd ./src/
- ps: mkdir images
- ps: cd images
- ps: Start-FileDownload 'https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ' -FileName images.zip -Timeout 600000
- ps: 7z x images.zip -y -aoa
- ps: Remove-Item images.zip
- ps: Remove-Item __MACOSX -Recurse -ErrorAction Ignore
- ps: cd ../..
- ps: cd ..
- ps: Tree ./src /F
- ps: Tree ./images /F
cache:
- '%APPDATA%\npm-cache -> appveyor.yml'

View file

@ -33,7 +33,7 @@ install:
- rm -r __MACOSX
- cd ../..
- ls src
- ls src/images
- ls images
- |
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
export CERTIFICATE_P12=cert.p12;