Add a LFS nimble task and gitignore of LFS and state sim (#344)

This commit is contained in:
Mamy Ratsimbazafy 2019-08-16 14:55:48 +02:00 committed by GitHub
parent f5db2dd7b3
commit 7f2abce705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

6
.gitignore vendored
View File

@ -12,3 +12,9 @@ build/
/scripts/testnet*.sh
# LFS cache
jsonTestsCache/
tmpcache/
# State sim # TODO - move in another folder
0000-*.json

View File

@ -54,3 +54,7 @@ task test, "Run all tests":
# State sim; getting into 3rd epoch useful
buildBinary "state_sim", "research/", "-r -d:release", "--validators=128 --slots=140"
task sync_lfs_tests, "Sync LFS json tests":
# Syncs the json test files (but not the EF yaml tests)
exec "scripts/process_lfs.sh jsonTestsCache"