aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
Diffstat (limited to 'goodfile')
-rw-r--r--goodfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/goodfile b/goodfile
new file mode 100644
index 0000000..4c520dc
--- /dev/null
+++ b/goodfile
@@ -0,0 +1,9 @@
+Build.dependencies({"git", "rustc", "cargo"})
+
+Step.start("build")
+Build.run({"cargo", "+nightly", "build", "-Z", "build-std", "--release"})
+
+Build.metric(
+ "libqroject_bash.so (bytes)",
+ Build.environment.size("./target/release/libqroject_bash.so")
+)