mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
12 lines
197 B
Bash
Executable File
12 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
#~/go/bin/mpbt-builder \
|
|
# -root . \
|
|
# -solution .mpbt/cf/xlibre/solutions/github-xserver.yaml \
|
|
# -workdir _WORK_ \
|
|
# build
|
|
|
|
./.github/scripts/run-xserver-test.sh
|