LFS file repo for storing bdsim reference output files. Should be tagged with new bdsim versions. Directory structure is exactly the same as a examples/test directories in bdsim
cd BDSIM_BUILDcmake ../BDSIM_SRC -DBDSIM_GENERATE_REGRESSION_DATA=ONBDSIM_SRC/.github/bin/copy_reference_files.sh BDSIM_BUILD BDSIM_TESTDATAcd BDSIM_TESTDATAgit add -A- 'git commit -a -m "Update reference test data"
git lfs track "*.FILEXTENSION"
Just add, commit, push large files as normal
git add LARGEFILEgit commit LARGEFILE -m "message"
bdsim/.github/bim/copy_reference_files.sh BDSIMBUILD TESTDATAcd testdatagit lfs track "*.root"git add .gitattributesfind ./ -name "*.root" -exec git add {} \;