gta5view/.ci/osx_ci.sh
2018-06-22 17:11:18 +02:00

9 lines
114 B
Bash
Executable file

#!/bin/bash
# Install packages
.ci/osx_install.sh && \
# Build gta5view
.ci/osx_build.sh && \
cd ${PROJECT_DIR}