diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 19:35:52 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 19:35:52 +0200 |
| commit | c2a4d3657d148c643eaa319bfdc8a5b5bfe53412 (patch) | |
| tree | 4a32279fe0f701cf718ffd0af37440a620ed3f9e /shell_scripts/build.sh | |
| parent | 960b6156cf36f19f4074e2d762363db12548e9e3 (diff) | |
feat: added build.sh which exports OpenDC to a .bin file
Diffstat (limited to 'shell_scripts/build.sh')
| -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 . + |
