Last change
on this file since 7436 was
4951,
checked in by mabarracus, 4 years ago
|
Initial import gcompris-qt from git
|
File size:
1.2 KB
|
Line | |
---|
1 | version: 1.0.{build} |
---|
2 | branches: |
---|
3 | only: |
---|
4 | - KDE/0.70 |
---|
5 | skip_tags: true |
---|
6 | image: Visual Studio 2015 |
---|
7 | configuration: Release |
---|
8 | platform: |
---|
9 | - x64 |
---|
10 | - x86 |
---|
11 | init: |
---|
12 | - cmd: |
---|
13 | environment: |
---|
14 | CMAKE_GENERATOR: Visual Studio 14 |
---|
15 | QT5: C:\Qt\5.6\msvc2015 |
---|
16 | install: |
---|
17 | |
---|
18 | - cmd: >- |
---|
19 | if "%platform%"=="x64" set CMAKE_GENERATOR=Visual Studio 14 2015 Win64 |
---|
20 | |
---|
21 | if "%platform%"=="x64" set QT5=C:\Qt\5.6\msvc2015_64 |
---|
22 | |
---|
23 | set Path=%QT5%\bin;%Path% |
---|
24 | |
---|
25 | cmake -H. -Bbuild -G "%CMAKE_GENERATOR%" -DCMAKE_SYSTEM_VERSION=10.0 "-DCMAKE_PREFIX_PATH=%QT5%" -DACTIVATION_MODE=internal -DVCREDIST_DIR="build" |
---|
26 | |
---|
27 | cmake --build build --config RelWithDebInfo --target DlAndInstallBundledConvertedOggs |
---|
28 | |
---|
29 | cmake -H. -Bbuild -G "%CMAKE_GENERATOR%" -DCMAKE_SYSTEM_VERSION=10.0 "-DCMAKE_PREFIX_PATH=%QT5%" -DACTIVATION_MODE=internal -DVCREDIST_DIR="build" |
---|
30 | |
---|
31 | cmake --build build --config RelWithDebInfo |
---|
32 | |
---|
33 | cmake --build build --config RelWithDebInfo --target DlAndInstallBundledTranslations |
---|
34 | |
---|
35 | cmake --build build --config RelWithDebInfo --target package |
---|
36 | build: off |
---|
37 | artifacts: |
---|
38 | - path: build/*.exe |
---|
39 | deploy: |
---|
40 | - provider: FTP |
---|
41 | host: gcompris.net |
---|
42 | protocol: sftp |
---|
43 | username: releaser |
---|
44 | password: |
---|
45 | secure: kt7OLxDoaFlmFwDtcGfa/X3uVhQj0y1q2YVdBroxp9U= |
---|
46 | folder: www |
---|
Note: See
TracBrowser
for help on using the repository browser.