Commit graph

14 commits

Author SHA1 Message Date
pentarctagon
2aed8af606 Adds lld to the 1804 docker image.
The gold linker is available already, but lld is not installed along with clang.
2018-04-26 23:44:13 -05:00
pentarctagon
4157251f11 Enable building with mysql support on travis. 2018-04-21 04:31:53 -05:00
pentarctagon
135921ad10 Re-add boost-thread.
Also add in opengl packages while I'm at it.
2018-04-19 02:51:58 -05:00
pentarctagon
33ad6be326 Adds a c++17 build using the pre-release Ubuntu 18.04.
Though given 00d87f8fe4 I would say this is better than nothing.
2018-04-17 02:36:14 -05:00
pentarctagon
52f8e8233c Remove boost-thread from dockerfile. 2018-04-13 17:14:08 -05:00
pentarctagon
3f67c2fbf0 Create travis dockerfile in the travis script step.
This allows having multiple Dockerfile-base-* files without also needing to add a separate Dockerfile-travis-* file due to the FROM line changing.
2018-04-01 15:05:20 -05:00
pentarctagon
1bb5fdf283 Add using dockerfiles based on the LTS and BRANCH env vars
This makes it simpler in the future to have branches that have dependencies that are different from master, rather than having a single image with all necessary dependencies installed, which may at some point end up not being possible to do.
2018-03-30 12:08:56 +03:00
pentarctagon
3343a9451a Remove SDL2_TTF 2018-03-26 17:56:36 +11:00
Charles Dang
471c9e876a Addressed a large chunk of the whitespace issues from #2613
[ci skip]
2018-03-09 11:37:00 +11:00
pentarctagon
c2bc40fbf9 Add ccache to the base dockerfile.
Also organized what's being installed a bit.
2018-02-17 03:16:32 -06:00
pentarctagon
ee1a56a04a Use ccache with cmake on travis.
This replaces the custom python script which manipulated various files' mtime with ccache for allowing cmake builds to not need full recompiles every travis run.
2018-02-17 03:16:32 -06:00
pentarctagon
cbc14f553b Add python3 package to the base docker image. 2018-02-12 10:47:42 +11:00
pentarctagon
acc0b6a1f1 Implement workaround for cmake using mtime to determine what to rebuild. 2018-02-12 10:47:42 +11:00
pentarctagon
10ca22e863 Use Docker Hub to get an image with pre-installed dependencies. 2017-12-01 21:04:05 -06:00