File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 29
29
~/.cargo/git/db/
30
30
target/
31
31
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32
- - run : npm ci --development;
32
+ - run : npm ci
33
33
- name : Prepare minimal 2d build
34
34
working-directory : ./builds/prepare_builds/
35
35
run : |
44
44
- name : Build minimal 2d project compat
45
45
working-directory : ./rapier-compat
46
46
run : |
47
- ./build_conf.sh example_dim2_minimal
47
+ npm run build-conf -- example_dim2_minimal
Original file line number Diff line number Diff line change 14
14
for config_file_name in " $@ "
15
15
do
16
16
17
- ./build-rust .sh $config_file_name
17
+ ./build_rust .sh $config_file_name
18
18
./gen_src.sh $config_file_name
19
19
npm run rollup -- --config rollup.config.js --bundleConfigAsCjs --environment BUILD_CONFIG_NAME:${config_file_name}
20
20
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"build-2d-all" : " ./build_conf.sh dim2 dim2_deterministic dim2_simd" ,
8
8
"build-3d-all" : " ./build_conf.sh dim3 dim3_deterministic dim3_simd" ,
9
9
"build-all" : " ./build_conf.sh dim2 dim3 dim2_deterministic dim3_deterministic dim2_simd dim3_simd" ,
10
+ "build-conf" : " ./build_conf.sh" ,
10
11
"fix-raw-file" : " sh ./fix_raw_file.sh" ,
11
12
"build" : " npm run clean && npm run build-all" ,
12
13
"clean" : " cargo clean && rimraf builds" ,
You can’t perform that action at this time.
0 commit comments