Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created September 25, 2020 23:09
Show Gist options
  • Save ifnull/81ed25e09c9cce6d8eb30b716cbb1962 to your computer and use it in GitHub Desktop.
Save ifnull/81ed25e09c9cce6d8eb30b716cbb1962 to your computer and use it in GitHub Desktop.
Continuous Integration for Unity with CircleCI - Sample File
#!/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