projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b539157
)
travis: drop unnecessary Meson option for MacOS
author
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 30 Jul 2019 15:17:15 +0000
(16:17 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 31 Jul 2019 23:25:20 +0000
(
00:25
+0100)
Those are already their default values on MacOS.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 6214132289c4fd52d3e53953015f9a1d632d6c9d..f7d372e0b2e206a067e2c0ffa477efdeed4095fc 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-32,9
+32,6
@@
install:
- pip3 install --user mako
script:
- - meson _build
- -Dbuild-tests=true
- -Dplatforms=x11
- -Dgallium-drivers=swrast
+ - meson _build -Dbuild-tests=true
- ninja -C _build
- ninja -C _build test