Skip to content
Snippets Groups Projects
Commit b1beadac authored by David Baker's avatar David Baker
Browse files

CircleCI config file

parent 04f58bb0
No related branches found
No related tags found
No related merge requests found
version: 2
jobs:
build:
docker:
- image: trzeci/emscripten
working_directory: ~/repo
steps:
- checkout
- run:
name: Native Compile
command: make
- run:
name: Native Tests
command: make test
- run:
name: JS Compile
command: make js
- run:
name: JS Tests
working_directory: ~/repo/javascript
command: npm run test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment