Skip to content

Commit

Permalink
Merge pull request #1163 from mnaamani/iznik-substrate-version-upgrade
Browse files Browse the repository at this point in the history
Substrate version upgrade into iznik branch (Alexandria)
  • Loading branch information
shamil-gadelshin authored Aug 26, 2020
2 parents 7fa601b + 13257e2 commit 813ccbd
Show file tree
Hide file tree
Showing 153 changed files with 9,366 additions and 8,016 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ language: rust
# sometimes break the build. When cache is enabled do not use the produced WASM build.
# This also means the binary should not be used to produce the final chainspec file (because the same
# one is embedded in the binary)
cache: cargo
# cache: cargo

rust:
- stable

matrix:
include:
- os: linux
env: TARGET=x86_64-unknown-linux-gnu
rust: stable

# Skip Rust build in a pull request if no rust project files were modified
before_install:
Expand All @@ -41,7 +35,8 @@ before_script:

script:
# we set release as build type for all steps to benefit from already compiled packages in prior steps
- BUILD_DUMMY_WASM_BINARY=1 cargo clippy --release --target=${TARGET} -- -D warnings
- BUILD_DUMMY_WASM_BINARY=1 cargo test --release --verbose --all --target=${TARGET}
- TRIGGER_WASM_BUILD=1 WASM_BUILD_TOOLCHAIN=nightly-2020-05-23 cargo build --release --target=${TARGET} -p joystream-node
- ls -l ./target/${TARGET}/release/wbuild/joystream-node-runtime/
- BUILD_DUMMY_WASM_BINARY=1 cargo clippy --release -- -D warnings
- BUILD_DUMMY_WASM_BINARY=1 cargo test --release --verbose --all
- TRIGGER_WASM_BUILD=1 WASM_BUILD_TOOLCHAIN=nightly-2020-05-23 cargo build --release -p joystream-node
- ls -l ./target/release/wbuild/joystream-node-runtime/
- ./target/release/joystream-node --version
Loading

0 comments on commit 813ccbd

Please sign in to comment.