summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/fedora-install.sh
blob: 1075330e130a66b0a98b8ca9976b63da21203db3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# we require at least inputproto >= 2.3.99.1 which has been released in xorgproto 2021.5
git clone https://gitlab.freedesktop.org/xorg/proto/xorgproto.git --depth 1 --branch=xorgproto-2021.5
pushd xorgproto
./autogen.sh
make -j${FDO_CI_CONCURRENT:-4} install
popd
rm -rf xorgproto