gta5view/.ci/debian_ci.sh

9 lines
128 B
Bash
Executable File

#!/usr/bin/env bash
# Install packages
.ci/debian_install.sh && \
# Build gta5view
.ci/debian_build.sh && \
cd ${PROJECT_DIR}