solana/web3.js/.travis/script.sh

19 lines
375 B
Bash
Raw Normal View History

2020-06-14 22:01:13 -07:00
# |source| this file
set -ex
solana --version
2020-06-14 22:01:13 -07:00
ls -l lib
test -r lib/index.iife.js
test -r lib/index.cjs.js
test -r lib/index.esm.js
npm run doc
npm run defs
npm run flow
npm run lint
npm run codecov
make -C examples/bpf-c-noop/
cargo build-bpf --manifest-path examples/bpf-rust-noop/Cargo.toml
npm run test:live-with-test-validator
2021-02-05 18:59:00 -08:00
npm run test:browser-with-test-validator