Nyall Dawson
c02b5cbedd
Fix package name
2020-11-13 09:55:04 +10:00
Nyall Dawson
223bd4649b
Install libzstd on docker builds
2020-11-13 09:55:04 +10:00
Julien Cabieces
6e933e8746
[CI][Oracle] Use an already configured docker image to speed up
...
database start-up
2020-11-13 06:26:49 +10:00
Juergen E. Fischer
3922a28dbc
folloup CMakeLists.txt updates (followup eddf6feb)
2020-11-11 23:08:26 +01:00
Matthias Kuhn
35a06f953f
-Wrange-loop-construct
2020-09-20 11:25:09 +02:00
Matthias Kuhn
724746c27c
Tune build with Qt 5.14
2020-09-20 09:51:55 +02:00
Matthias Kuhn
1d37f2621c
[ogc tests] No need to build tests
2020-09-12 10:03:47 +02:00
Matthias Kuhn
6a62f70019
[ogc tests] Remove ccache
...
Github cache is immutable.
It's useful for caching static dependencies like pip, but not for dynamic caches like ccache.
It has a 0% hit rate and only adds overhead at the moment.
To be revisited when github caching improves.
2020-09-12 10:03:47 +02:00
Blottiere Paul
d6a761d980
Mount metadata volume in nginx container
2020-09-10 15:09:33 +10:00
Blottiere Paul
fae4383072
Share data volume
2020-09-10 15:09:33 +10:00
Blottiere Paul
e5275b0817
Set the default qgis project file to use
2020-09-10 15:09:33 +10:00
Blottiere Paul
cf834cb3fe
Update qgis server prefix path
2020-09-10 15:09:33 +10:00
Blottiere Paul
a806023a55
Add docker-compose scripts
2020-09-10 15:09:33 +10:00
Blottiere Paul
e5989c1387
Add basic scripts to build and run QGIS Server
2020-09-10 15:09:33 +10:00
Denis Rouzaud
440491d69f
remove Travis builds for Docker images ( #38397 )
2020-09-02 18:27:16 +02:00
Denis Rouzaud
d775985e3e
move PyQGIS building from Travis to Github workflows ( #38363 )
2020-08-19 10:21:32 +02:00
Matthias Kuhn
fbd80ccf97
Disable azure ci on master
2020-08-18 12:24:04 +10:00
Matthias Kuhn
7829b55e05
Hardcode ccache
2020-08-11 15:39:21 +02:00
Matthias Kuhn
e2e7d31fe0
Ccache stats check
2020-08-09 21:37:46 +02:00
Matthias Kuhn
3177e76229
Exclude QtQuick for now
2020-08-09 14:54:55 +02:00
Matthias Kuhn
cf2dc78f63
Add ccache
2020-08-09 14:30:36 +02:00
Matthias Kuhn
d8d65ef395
Warnings are errors
2020-08-09 11:38:18 +02:00
Matthias Kuhn
83ddb39563
Do not build QSpatialite
2020-08-09 09:38:37 +02:00
Matthias Kuhn
8b833b38b3
Do not stop on warnings
2020-08-09 08:31:16 +02:00
Matthias Kuhn
aaf5642212
Setup Qt 5.14 workflow
2020-08-08 13:17:00 +02:00
Mathieu Pellerin
5686837363
Fix azure
2020-06-27 21:23:10 +07:00
rldhont
f03e3765a5
Unblacklist PyQgsServerWMSGetPrint test
2020-06-25 09:51:00 +02:00
Mathieu Pellerin
11c9009296
Resurrect azure 32-bit test
2020-06-13 14:44:44 +07:00
Nyall Dawson
561a8326c5
Modernize language
...
And avoid insensitive/trigger words (as far as possible -- some are
coming from Qt or other external APIs)
2020-06-13 16:48:38 +10:00
Nyall Dawson
635f79aba1
Disable azure 32 bit builds (hopefully temporarily!)
...
These are consistently failing for unknown reasons -- maybe a broken
dependancy in osgeo4w 32 bit?
2020-06-03 08:01:35 +10:00
Alessandro Pasotti
20097fea50
Update .ci/travis/linux/scripts/test_flaky.txt
...
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2020-06-02 11:51:11 +02:00
Alessandro Pasotti
c771e47d54
Disable flacky test PyQgsPostgresRasterProvider
2020-06-02 08:36:50 +02:00
Martin Dobias
2338b1491c
Giving up on qgis_ogrproviderguitest in Azure (fails with timeout)
2020-05-17 19:33:54 +02:00
Nyall Dawson
e76013e9cd
Fix F523 flake issues
2020-05-12 14:24:40 +10:00
Nyall Dawson
b6a7a10703
Fix some more python formatting issues, remove more flake exceptions
2020-05-11 11:41:50 +10:00
Denis Rouzaud
1ddcde9139
make oracle loading a bit less boring (and fold the output) ( #36239 )
2020-05-06 16:34:04 +02:00
Matthias Kuhn
3e6c7c28f7
Apply suggestions from code review
...
Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
2020-05-06 08:31:06 +02:00
Matthias Kuhn
52ef2a46ca
Fix python2 print
2020-05-05 23:28:48 +02:00
Nyall Dawson
8211643c84
Blacklist PyQgsServerWMSGetPrint
...
This test consistently fails, likely revealing a real issue in the server
code (but regardless, a test which fails all the time has no place on
the ci)
2020-05-03 15:41:19 +10:00
Juergen E. Fischer
2e7bebcf20
add code_layout test to verify that UIs either have a non-default window title or are not marked for translation
2020-04-24 16:30:45 +02:00
Martin Dobias
1c4042bf46
More windows build fixes
...
- remove protobuf-devel from explicit list - should be included in deps
- only use the extra #define where needed
- disable vector tile test on azure for now (can't debug it)
2020-04-02 12:23:17 +02:00
Martin Dobias
43415ee0c0
Actually try to include protobuf-devel
2020-04-01 23:59:37 +02:00
Martin Dobias
c9f519ad73
Revert last commit: qgis-dev-deps now includes protobuf (thanks Jürgen!)
...
This reverts commit a475af2432d523bfe52135c53edc236b374c550c.
2020-04-01 23:30:39 +02:00
Martin Dobias
a475af2432
Force protobuf package installation while it is not in qgis-dev-deps
2020-03-31 10:17:53 +02:00
Matthias Kuhn
37470980c3
Re-enable otb tests with stable download link of 7.0
2020-03-22 21:47:20 +10:00
Nyall Dawson
2b58ee3dc1
Blacklist OTB tests on Travis: need updating for OTB 7.1
2020-03-22 12:26:32 +10:00
Nyall Dawson
d9df359ee0
Fix azure ci
2020-03-21 08:33:15 +10:00
lbartoletti
364dc3fd4f
Fix multi split for multilinestring ( #34510 )
...
* Fix multi split for multilinestring
2020-03-20 13:23:11 +01:00
Nyall Dawson
da60d99c32
Skip PyQgsProviderConnectionSpatialite on azure
2020-03-17 09:03:25 +10:00
nirvn
92ed232f06
Doh
2020-03-15 15:46:55 +07:00