-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from nrabinowitz/docker-build
Build C library with docker
- Loading branch information
Showing
4 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- '6' | ||
- '8' | ||
- '10' | ||
|
||
sudo: required | ||
|
||
services: | ||
- docker | ||
|
||
before_install: | ||
- yarn init-docker | ||
|
||
before_script: | ||
- yarn run dist-test | ||
- yarn build-emscripten | ||
- yarn dist-test | ||
|
||
script: | ||
- yarn lint | ||
- yarn run test-es6 | ||
- yarn run test-dist | ||
- yarn run test-parity | ||
- yarn run prettier && git diff --exit-code | ||
- yarn test-es6 | ||
- yarn test-dist | ||
- yarn test-parity | ||
- yarn prettier && git diff --exit-code | ||
- yarn cover | ||
|
||
after_success: | ||
- npm install -g coveralls | ||
- cat coverage/lcov.info | coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters