add Debian build to GitLab CI

This commit is contained in:
Syping 2018-06-22 20:00:18 +02:00
parent d61cbd4743
commit 7c08e1486e
2 changed files with 35 additions and 3 deletions

8
.ci/debian_ci.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
# Install packages
.ci/debian_install.sh && \
# Build gta5view
.ci/debian_build.sh && \
cd ${PROJECT_DIR}