summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2018-11-20 12:27:31 -0800
committerAaron Plattner <aplattner@nvidia.com>2019-02-28 11:00:09 -0800
commitc7afb667dfe6d89588708d6498326fd9d1a4df37 (patch)
tree565e11503c7a6a57da4b11e3a3d1e643900e69b1 /test
parent309249599cd05ce5ff93750ffbaa452567bf7caa (diff)
Add .gitlab-ci.yml
This builds libvdpau and runs the tests, although the only test at the moment is dlclose and it is skipped because there is no X server running in the Docker environment. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/gitlab-ci.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/gitlab-ci.sh b/test/gitlab-ci.sh
new file mode 100755
index 0000000..ac93cac
--- /dev/null
+++ b/test/gitlab-ci.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -x
+
+meson setup build/
+meson configure -Dprefix=/usr -Ddri2=true build/
+ninja -C build/ install test