mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-30 19:10:45 +02:00
travis: Bump linux Dockerfile to v7 for new meson
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
4d53e30651
commit
0c3ad9d1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ install:
|
|||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache ; fi
|
||||
|
||||
before_script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo FROM anholt/xserver-travis:v6 > Dockerfile ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo FROM anholt/xserver-travis:v7 > Dockerfile ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo ADD . /root >> Dockerfile ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker build -t withgit . ; fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue