Switch Travis to Docker
As Travis only provides outdated packages (compilers in particular), this changes the Travis configuration to use Docker images to build and test the code. This also has the benefit that multiple distributions can be tested and not just Ubuntu. For the time being, Arch Linux and Ubuntu 18.04 are added as supported platforms.
This commit is contained in:
6
.ci/Dockerfile-arch-latest
Normal file
6
.ci/Dockerfile-arch-latest
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM archimg/base-devel:latest
|
||||
|
||||
RUN pacman -Sy
|
||||
RUN pacman -S --noconfirm boost cmake git ninja re2c
|
||||
|
||||
VOLUME /app
|
Reference in New Issue
Block a user