Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit a27ebcb

Browse files
committed
build all again
1 parent 9a51db9 commit a27ebcb

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

.travis.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ env:
1616

1717
matrix:
1818
include:
19-
#- os: linux
20-
#env:
21-
#- PLATFORM=gcc_64
22-
#- BUILD_DOC=true
23-
#- os: linux
24-
#env:
25-
#- PLATFORM=android_armv7
26-
#- os: linux
27-
#env:
28-
#- PLATFORM=android_x86
29-
#- os: osx
30-
#env:
31-
#- PLATFORM=clang_64
32-
#- os: osx
33-
#env:
34-
#- PLATFORM=ios
19+
- os: linux
20+
env:
21+
- PLATFORM=gcc_64
22+
- BUILD_DOC=true
23+
- os: linux
24+
env:
25+
- PLATFORM=android_armv7
26+
- os: linux
27+
env:
28+
- PLATFORM=android_x86
29+
- os: osx
30+
env:
31+
- PLATFORM=clang_64
32+
- os: osx
33+
env:
34+
- PLATFORM=ios
3535
- os: linux
3636
env:
3737
- PLATFORM=static

appveyor.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ environment:
1111
STATIC_EXTRA_MODS: qtjsonserializer
1212

1313
matrix:
14-
#- PLATFORM: msvc2017_64
15-
#- PLATFORM: winrt_x64_msvc2017
16-
#- PLATFORM: winrt_x86_msvc2017
17-
#- PLATFORM: winrt_armv7_msvc2017
18-
#- PLATFORM: msvc2015_64
19-
#- PLATFORM: msvc2015
20-
#- PLATFORM: mingw53_32
14+
- PLATFORM: msvc2017_64
15+
- PLATFORM: winrt_x64_msvc2017
16+
- PLATFORM: winrt_x86_msvc2017
17+
- PLATFORM: winrt_armv7_msvc2017
18+
- PLATFORM: msvc2015_64
19+
- PLATFORM: msvc2015
20+
- PLATFORM: mingw53_32
2121
- PLATFORM: static
2222

2323
matrix:
2424
exclude:
25-
#- PLATFORM: msvc2017_64
26-
#image: Visual Studio 2015
27-
#- PLATFORM: winrt_x64_msvc2017
28-
#image: Visual Studio 2015
29-
#- PLATFORM: winrt_x86_msvc2017
30-
#image: Visual Studio 2015
31-
#- PLATFORM: winrt_armv7_msvc2017
32-
#image: Visual Studio 2015
33-
#- PLATFORM: mingw53_32
34-
#image: Visual Studio 2015
35-
#- PLATFORM: msvc2015_64
36-
#image: Visual Studio 2017
37-
#- PLATFORM: msvc2015
38-
#image: Visual Studio 2017
25+
- PLATFORM: msvc2017_64
26+
image: Visual Studio 2015
27+
- PLATFORM: winrt_x64_msvc2017
28+
image: Visual Studio 2015
29+
- PLATFORM: winrt_x86_msvc2017
30+
image: Visual Studio 2015
31+
- PLATFORM: winrt_armv7_msvc2017
32+
image: Visual Studio 2015
33+
- PLATFORM: mingw53_32
34+
image: Visual Studio 2015
35+
- PLATFORM: msvc2015_64
36+
image: Visual Studio 2017
37+
- PLATFORM: msvc2015
38+
image: Visual Studio 2017
3939
- PLATFORM: static
4040
image: Visual Studio 2015
4141

0 commit comments

Comments
 (0)