aboutsummaryrefslogtreecommitdiff
path: root/goodfile
blob: 4c520dc0b33e1309a9404705d6c6fa8346ef5285 (plain)
1
2
3
4
5
6
7
8
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")
)