Matthias Kuhn
658ecdcea9
Remove legacy include (for ubuntu precise)
2024-12-30 16:35:20 +01:00
Denis Rouzaud
1d7a28cfd2
remove 3D extra headers to fix Docker builds ( #50285 )
2022-09-22 05:54:20 +02:00
Jan Caha
f073292bc5
add system dependency to correctly run qgis_testrunner.sh
2021-01-29 04:28:31 +10:00
Jan Caha
56240ef439
add pexpect to install using pip
2021-01-27 11:05:49 +10:00
Denis Rouzaud
8a3546a3d2
try again
2020-08-26 08:00:43 +02:00
Denis Rouzaud
9b96e48262
fix cmake prefix path
2020-08-25 13:23:11 +02:00
Denis Rouzaud
46acc34e6a
fix Docker build
2020-08-25 08:14:44 +02:00
Denis Rouzaud
849680753f
drop bionic, all images are now focal based
2020-08-22 21:19:40 +02:00
Denis Rouzaud
d9e9513c85
remove DELETE_CACHE arg, it is never called
2020-08-21 12:30:43 +02:00
Denis Rouzaud
a2cdc4bc80
[Docker] use gcc to build
2020-08-21 12:26:45 +02:00
Denis Rouzaud
b48c70f759
compile custom widgets on Docker image ( #36571 )
...
* compile custom widgets on Docker image
fixes #36544
* Update qgis.dockerfile
2020-05-20 10:18:43 +02:00
Denis Rouzaud
0e2c858723
add jinja and pygments to Docker images ( #35632 )
2020-04-07 13:33:24 +02:00
Matthias Kuhn
b7a335916c
Enable clazy on travis
2019-11-04 07:35:34 +01:00
Denis Rouzaud
2829f6ba35
[docker] fix cache and enable timeouts for Docker images (on cron jobs) ( #32264 )
...
This allows faster builds of the Docker images on cron jobs by fixing the caching on Travis (it has a distinct cache than the standard testing builds)
To get the cache, it has to be stored on some point in a docker image. To avoid image size increase, a second build is done with removing the cache and build information and using squash builds (currently an experimental feature of Docker).
2019-10-17 09:50:05 +02:00
Denis Rouzaud
bf10738d2f
remove ENV CC et CXX variables from base docker images
...
since they prevent to be used as a build arg in final image
2019-06-18 22:12:21 +02:00
Denis Rouzaud
8474a54927
build Disco Docker image with GCC
...
freeze happens with clang when building the bindings
2019-06-18 16:58:11 +02:00
Denis Rouzaud
b9fdd02db6
fix copy in Dockerfile
2019-03-27 09:12:53 -05:00
Denis Rouzaud
ac7f66f9f3
fix copy in Dockerfile
2019-03-22 13:03:55 -05:00
Denis Rouzaud
2777381fc9
🐳
2019-03-09 12:15:10 +01:00
Denis Rouzaud
17b840573c
create CCACHE dir
2019-03-06 12:35:49 +01:00
Denis Rouzaud
59789c463c
add a second cache directory for Docker image building
...
because they just take too much time
2019-03-05 13:16:16 +01:00
Marco Bernasocchi
6896ce9bab
add /usr/share/qgis/python/plugins to PYTHONPATH ( #8877 )
...
this is needed to find the correct processing (and db_manager and metasearch)
2019-01-17 08:42:04 -05:00
Denis Rouzaud
bd2f9f97b2
fix ccache for Docker images
2018-11-18 13:40:07 +01:00
Denis Rouzaud
06751f6191
disable ccache in cmake since it is already defined as compiler
2018-11-18 10:38:56 +01:00
Denis Rouzaud
d35ef945ec
print ccache status
2018-11-18 10:36:33 +01:00
Denis Rouzaud
08ddec2b69
fix lib path in docker (not Travis)
2018-11-17 22:01:34 +01:00
Denis Rouzaud
0c27556b16
add Qt53D include dir
2018-11-17 14:34:54 +01:00
Denis Rouzaud
112e9d7ac7
Update .docker/qgis.dockerfile
...
Co-Authored-By: elpaso <elpaso@itopen.it>
2018-11-15 08:31:58 +01:00
Alessandro Pasotti
6ecc02f657
Renamed docker to .docker
2018-11-13 15:23:49 +01:00
Alessandro Pasotti
2094ff827e
Added QGIS testing environment to dockers
...
Also:
- renamed .docker to docker (now it's public and official)
- added dependencies for python CI testing
2018-11-13 12:53:01 +01:00
Denis Rouzaud
ea0feadf3d
remove old cmake variable QWTPOLAR
2018-06-28 21:47:56 +02:00
Denis Rouzaud
78e2259add
[Travis] bump Qt to 5.9 ( #6355 )
...
* bump Qt to 5.9 and SIP to 4.19.7 by using coming Bionic as base Docker image for dependencies
* automatically build QGIS Docker image on cron jobs
2018-02-27 09:16:02 -09:00