Skip to content

Commit

Permalink
Merge pull request #20 from Stride-Labs/TEST-35
Browse files Browse the repository at this point in the history
Add infra to run stride, gaia, hermes
  • Loading branch information
asalzmann committed May 22, 2022
2 parents 4f8fbcc + a6b0025 commit d5a698b
Show file tree
Hide file tree
Showing 38 changed files with 2,464 additions and 49 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
*.so
*.dylib

# build
stride/build/*
stride/state/*
stride/scripts/state/*
# Test binary, built with `go test -c`
*.test

Expand All @@ -15,4 +19,7 @@
# vendor/

# vscode
.vscode/*
.vscode/*
.DS_Store

#
6 changes: 0 additions & 6 deletions stride/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions stride/.vscode/configurationCache.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"buildTargets":[".PHONY","/Users/rileyedmunds/.go/bin/runsim","/Users/rileyedmunds/.go/bin/statik","/Users/rileyedmunds/stride/stride/build","all","benchmark","build","build-contract-tests-hooks","build-docker-stridednode","build-docs","build-linux","build-reproducible","clean","clean-localnet","contract-tests","distclean","docker-single-node","docs","draw-deps","format","go-mod-cache","go.sum","install","lint","localnet-start","localnet-stop","proto","proto-all","proto-format","proto-gen","proto-tools","proto-tools-stamp","run-lcd-contract-tests","runsim","setup-contract-tests-data","setup-transactions","start-stride","statik","sync-docs","test","test-all","test-build","test-cover","test-docker","test-docker-push","test-race","test-sim-after-import","test-sim-benchmark","test-sim-benchmark-invariants","test-sim-custom-genesis-fast","test-sim-custom-genesis-multi-seed","test-sim-import-export","test-sim-multi-seed-long","test-sim-multi-seed-short","test-sim-nondeterminism","test-sim-profile","test-unit","tools","tools-clean","tools-stamp"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}
16 changes: 16 additions & 0 deletions stride/.vscode/dryrun.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
make: Entering directory `/Users/rileyedmunds/stride/stride'

Makefile:285: warning: overriding commands for target `test'
Makefile:151: warning: ignoring old commands for target `test'

echo "Installing statik..."
(cd /tmp && go get github.com/rakyll/statik@v0.1.6)

echo "Installing runsim..."
(cd /tmp && go get github.com/cosmos/tools/cmd/runsim@v1.0.0)
# Create dummy file to satisfy dependency and avoid
# rebuilding when this Makefile target is hit twice
# in a row.
touch tools-stamp
make: Leaving directory `/Users/rileyedmunds/stride/stride'

3 changes: 3 additions & 0 deletions stride/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}
Loading

0 comments on commit d5a698b

Please sign in to comment.