mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-12 22:05:33 +00:00
update CI for new submodule
This commit is contained in:
parent
4612b2bf9a
commit
3dbb4c27ba
@ -49,10 +49,8 @@ install:
|
|||||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- git submodule update --init
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
# Now we build wapm
|
|
||||||
- git submodule init
|
|
||||||
- git submodule update
|
|
||||||
# Cache wapm cli target in dir above to prevent breaking git submodule on windows
|
# Cache wapm cli target in dir above to prevent breaking git submodule on windows
|
||||||
- if not exist wapm-cli-target mkdir wapm-cli-target
|
- if not exist wapm-cli-target mkdir wapm-cli-target
|
||||||
- move wapm-cli-target wapm-cli
|
- move wapm-cli-target wapm-cli
|
||||||
|
@ -27,6 +27,10 @@ jobs:
|
|||||||
<<: *run_with_build_env_vars
|
<<: *run_with_build_env_vars
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule update --init
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v8-lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v8-lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
@ -57,6 +61,10 @@ jobs:
|
|||||||
<<: *run_with_build_env_vars
|
<<: *run_with_build_env_vars
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule update --init
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v8-test-cargo-cache-linux-stable-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v8-test-cargo-cache-linux-stable-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
@ -87,6 +95,10 @@ jobs:
|
|||||||
<<: *run_with_build_env_vars
|
<<: *run_with_build_env_vars
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule update --init
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v8-test-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v8-test-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
@ -118,6 +130,10 @@ jobs:
|
|||||||
xcode: "9.0"
|
xcode: "9.0"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule update --init
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
@ -172,6 +188,10 @@ jobs:
|
|||||||
- image: circleci/rust:latest
|
- image: circleci/rust:latest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule update --init
|
||||||
- run:
|
- run:
|
||||||
name: "Pull dependencies"
|
name: "Pull dependencies"
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user