8 lines
114 B
Bash
Executable file
8 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Install packages
|
|
.ci/osx_install.sh && \
|
|
|
|
# Build gta5view
|
|
.ci/osx_build.sh && \
|
|
cd ${PROJECT_DIR}
|