We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18989cd commit 2c55ec0Copy full SHA for 2c55ec0
1 file changed
.travis.yml
@@ -9,12 +9,16 @@ addons:
9
- pkg-config
10
- zlib1g-dev
11
- ninja-build
12
- - meson
+ - python3
13
+ - python3-pip
14
+ - python3-setuptools
15
+# - meson # is too old
16
homebrew:
17
update: true
18
packages:
19
- ninja
20
+ - python
21
22
jobs:
23
include:
24
- name: "ldc D compiler on Xenial Linux using dub"
@@ -89,6 +93,8 @@ script:
89
93
- |
90
94
case "${BUILD_TOOL}" in
91
95
meson)
96
+ pip3 install --user --upgrade pip
97
+ pip install --user --upgrade meson
92
98
meson builddir
99
ninja -C builddir
100
;;
0 commit comments