Files
eagle0/scripts/build_plugins.sh
T
adminandGitHub ec4802a29f Import dlls (#3105)
* install apple plugin

* start setting up bluetooth prefs

* basic test connection

* build the plugins from the webhook
2023-12-12 18:08:56 -08:00

14 lines
621 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
/bin/echo "build plugins"
/bin/echo "building darwin bundle"
bazel build --noincompatible_enable_cc_toolchain_resolution @net_eagle0_unity_godice//darwin/framework:DarwinGodiceBundle
/usr/bin/unzip -o bazel-bin/external/net_eagle0_unity_godice/darwin/framework/DarwinGodiceBundle.zip -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/
/bin/echo "building windows dll"
bazel build @net_eagle0_unity_godice//windows:dll_zip
/usr/bin/unzip -o bazel-bin/external/net_eagle0_unity_godice/windows/dll_zip.zip -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/