Warning, /education/gcompris/appveyor.yml is written in an unsupported language. File is not indexed.
0001 version: 1.0.{build} 0002 branches: 0003 only: 0004 - KDE/0.97 0005 skip_tags: true 0006 image: Visual Studio 2017 0007 configuration: Release 0008 platform: 0009 - x64 0010 - x86 0011 init: 0012 - cmd: 0013 environment: 0014 CMAKE_GENERATOR: Visual Studio 15 0015 QT5: C:\Qt\5.13.2\msvc2017 0016 0017 install: 0018 0019 - cmd: >- 0020 if "%platform%"=="x86" set CMAKE_GENERATOR=Visual Studio 15 0021 0022 if "%platform%"=="x86" set QT5=C:\Qt\5.13.2\msvc2017 0023 0024 if "%platform%"=="x64" set CMAKE_GENERATOR=Visual Studio 15 2017 Win64 0025 0026 if "%platform%"=="x64" set QT5=C:\Qt\5.13.2\msvc2017_64 0027 0028 set Path=%QT5%\bin;%Path% 0029 0030 cmake -H. -Bbuild -G "%CMAKE_GENERATOR%" -DCMAKE_SYSTEM_VERSION=10.0 "-DCMAKE_PREFIX_PATH=%QT5%" -DVCREDIST_DIR="build" -DGRAPHICAL_RENDERER=software 0031 0032 cmake --build build --config RelWithDebInfo --target DlAndInstallBundledConvertedOggs 0033 0034 cmake -H. -Bbuild -G "%CMAKE_GENERATOR%" -DCMAKE_SYSTEM_VERSION=10.0 "-DCMAKE_PREFIX_PATH=%QT5%" -DVCREDIST_DIR="build" -DGRAPHICAL_RENDERER=software 0035 0036 cmake --build build --config RelWithDebInfo 0037 0038 cmake --build build --config RelWithDebInfo --target DlAndInstallBundledTranslations 0039 0040 cmake --build build --config RelWithDebInfo --target package 0041 build: off 0042 artifacts: 0043 - path: build/*.exe 0044 deploy: 0045 - provider: FTP 0046 host: gcompris.net 0047 protocol: sftp 0048 username: releaser 0049 password: 0050 secure: kt7OLxDoaFlmFwDtcGfa/X3uVhQj0y1q2YVdBroxp9U= 0051 folder: www