Skip to content

Commit 2c55ec0

Browse files
Use meson from python repository
1 parent 18989cd commit 2c55ec0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ addons:
99
- pkg-config
1010
- zlib1g-dev
1111
- ninja-build
12-
- meson
12+
- python3
13+
- python3-pip
14+
- python3-setuptools
15+
# - meson # is too old
1316
homebrew:
1417
update: true
1518
packages:
1619
- ninja
17-
- meson
20+
- python
21+
# - meson # is too old
1822
jobs:
1923
include:
2024
- name: "ldc D compiler on Xenial Linux using dub"
@@ -89,6 +93,8 @@ script:
8993
- |
9094
case "${BUILD_TOOL}" in
9195
meson)
96+
pip3 install --user --upgrade pip
97+
pip install --user --upgrade meson
9298
meson builddir
9399
ninja -C builddir
94100
;;

0 commit comments

Comments
 (0)