Skip to content

Commit

Permalink
Add circleci for wasm-engines
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 26, 2020
1 parent bb7eca9 commit 8f79a05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2.1

executors:
base:
docker:
- image: cimg/base:2020.01
notebook:
docker:
- image: circleci/python:3.7.0
Expand All @@ -22,10 +25,21 @@ jobs:
git checkout -f notebooks/wasm-engines.ipynb
# Ensures the generated images are matching
git diff --color --exit-code
run-wasm-engines:
machine: true
steps:
- checkout
- run:
name: Run wasm-engines benchmark
command: |
make wasm_engines
workflows:
version: 2

notebook:
jobs:
- rebuild-notebook
wasm-engines:
jobs:
- run-wasm-engines

0 comments on commit 8f79a05

Please sign in to comment.