Created
September 25, 2020 23:09
-
-
Save ifnull/81ed25e09c9cce6d8eb30b716cbb1962 to your computer and use it in GitHub Desktop.
Continuous Integration for Unity with CircleCI - Sample File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
set -x | |
mkdir -p /root/.cache/unity3d | |
mkdir -p /root/.local/share/unity3d/Unity/ | |
set +x | |
apt-get update && apt-get install -y pulseaudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment