summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
blob: 46449b0994523558e244cc3e102794e91010b9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
set -e

./bootstrap.py
./waf configure \
  --enable-cdda          \
  --enable-dvdread       \
  --enable-dvdnav        \
  --enable-libmpv-shared \
  --enable-zsh-comp      \
  --enable-manpage-build \
  --enable-libarchive    \
  --enable-dvbin         \
  --enable-vulkan        \
  --enable-shaderc
./waf build --verbose