Skip to content

Commit 4bba928

Browse files
committed
Add CI steps
1 parent 0e270b5 commit 4bba928

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ jobs: # a collection of steps
2727
- run: # run tests
2828
name: test
2929
command: npm test
30+
31+
- run:
32+
name: Install esy
33+
command: sudo npm -g install esy@latest --unsafe-perm
34+
35+
- run:
36+
name: Install dependencies
37+
command: esy install
38+
39+
- run:
40+
name: Build with esy
41+
command: esy build

0 commit comments

Comments
 (0)