Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Build and test memo on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Sep 27, 2018
1 parent c16924b commit 49a413e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions script/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ cd xray_ui; yarn install; cd -
cd xray_cli; cargo build "$@"; cd -
cd xray_server; cargo build "$@"; cd -
cd xray_browser; script/build; cd -
cd memo_js; yarn install && script/build; cd -
2 changes: 2 additions & 0 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ set -e
cd xray_core; cargo test; cd -
cd xray_wasm; script/test; cd -
cd xray_ui; yarn test; cd -
cd memo_core; cargo test; cd -
cd memo_js; yarn test; cd -

0 comments on commit 49a413e

Please sign in to comment.