Skip to content

Commit 1c67a06

Browse files
authored
Merge pull request #171 from ewasm/ci
add additional ci check to make sure that deleted charts aren't kept in the repository
2 parents c3ffed7 + f536392 commit 1c67a06

43 files changed

Lines changed: 3 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: build_docker_images benchmark notebook
1+
all: build_docker_images benchmark generate_charts
22

33
build_evm_engines:
44
cd evm/geth && docker build . -t ewasm/geth-bench:1

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- run:
1818
name: Rebuild notebook
1919
command: |
20-
make charts
20+
rm -rf images/*
21+
make generate_charts
2122
# Ensures the generated images are matching
2223
git diff --color --exit-code
2324
40.8 KB
28.2 KB
24.3 KB
25 KB
32.5 KB
40.2 KB
41 KB
28.3 KB

0 commit comments

Comments
 (0)