diff options
Diffstat (limited to 'shell_scripts')
| -rwxr-xr-x | shell_scripts/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_scripts/build.sh b/shell_scripts/build.sh new file mode 100755 index 00000000..b50c7485 --- /dev/null +++ b/shell_scripts/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# This script exports OpenDC to a standalone binary +cd .. +./gradlew assembleDist -x "opendc-experiments:opendc-experiments-m3sa:sourcesJar" +mv ./opendc-experiments/opendc-experiments-base/build/distributions/OpenDCExperimentRunner.tar . + |
