mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Add a github workflow that builds the Xservers on Linux and also runs build-test of several common drivers against xorg sdk. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
7 lines
336 B
Bash
7 lines
336 B
Bash
export X11_PREFIX=/home/runner/x11
|
|
export PATH="$X11_PREFIX/bin:$PATH"
|
|
export PKG_CONFIG_PATH="$X11_PREFIX/lib/x86_64-linux-gnu/pkgconfig:$X11_PREFIX/lib/pkgconfig:$X11_PREFIX/share/pkgconfig:$PKG_CONFIG_PATH"
|
|
export FDO_CI_CONCURRENT=`nproc`
|
|
export X11_BUILD_DIR=/home/runner/build-deps
|
|
export DRV_BUILD_DIR=/home/runner/build-drivers
|