File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11alias t := test
22
3+ cargo_build_target_opt := if os_family () == " windows" { " --target x86_64-pc-windows-gnu" } else { " " }
4+
35test :
46 ruby -Itest test/ gem_installation.rb
57 ruby -Itest -e ' Dir["test/test_*.rb"].each { |f| require File.expand_path(f) }'
@@ -8,7 +10,7 @@ bench pattern="*" write_report="console":
810 ruby test/ benchmarks/ run_benchmarks.rb ' {{ pattern}} ' --write-report={{ write_report}}
911
1012build-extension :
11- cargo build --release --manifest-path gems/ codetracer-ruby-recorder/ ext/ native_tracer/ Cargo.toml
13+ cargo build {{ cargo_build_target_opt }} --release --manifest-path gems/ codetracer-ruby-recorder/ ext/ native_tracer/ Cargo.toml
1214
1315format-rust :
1416 cargo fmt --manifest-path gems/ codetracer-ruby-recorder/ ext/ native_tracer/ Cargo.toml
You can’t perform that action at this time.
0 commit comments