Skip to content

Instantly share code, notes, and snippets.

@rkandas
Created August 11, 2019 14:46
Show Gist options
  • Save rkandas/1576bea071fc7c33e5966a0bb052a7e0 to your computer and use it in GitHub Desktop.
Save rkandas/1576bea071fc7c33e5966a0bb052a7e0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
docker run \
-e BUILD_NAME \
-e UNITY_LICENSE_CONTENT \
-e BUILD_TARGET \
-e UNITY_USERNAME \
-e UNITY_PASSWORD \
-w /project/ \
-v $(pwd):/project/ \
$IMAGE_NAME \
/bin/bash -c "/project/ci/unity_license.sh && /project/ci/build.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment