Skip to content

Commit b4c2520

Browse files
committed
add Make-based build to travis
1 parent af498bc commit b4c2520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ script:
2323
# Build the WASM binding
2424
- (eval "$WASM_ENV" && script/build-wasm)
2525

26+
# build the shared/static libraries
27+
- make
28+
2629
# Build the CLI
2730
- cargo build --release
2831

0 commit comments

Comments
 (0)