Skip to content

Commit 112e23c

Browse files
committed
Setup Chrome
1 parent 255309c commit 112e23c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ jobs:
2828
name: Run tests
2929
command: npm run test
3030

31+
- run:
32+
name: Setup Chrome
33+
command: |
34+
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \
35+
&& sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
36+
&& sudo apt-get update \
37+
&& sudo apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
38+
--no-install-recommends \
39+
&& sudo rm -rf /var/lib/apt/lists/*
40+
3141
- run:
3242
name: Run codechecks
3343
command: npx codechecks

0 commit comments

Comments
 (0)