Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit a0f5b73

Browse files
committed
Merge pull request #9 from googlecodelabs/drone
Hook up CI
2 parents 8bb56c4 + 99de413 commit a0f5b73

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.drone.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
clone:
2+
depth: 1
3+
build:
4+
image: crhym3/ci-image
5+
environment:
6+
- CHROME=https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
7+
commands:
8+
# use custom version of wct-local
9+
# until https://github.com/Polymer/wct-local/pull/17 is merged
10+
- npm i web-component-tester crhym3/wct-local#args --only=prod --no-optional
11+
- bower install --allow-root
12+
- curl -sSLo chrome.deb $CHROME && dpkg -i chrome.deb
13+
- >
14+
xvfb-run -a ./node_modules/.bin/wct
15+
--skip-plugin sauce
16+
--plugin local
17+
--verbose
18+
-l chrome
19+
--skip-selenium-install
20+
--selenium-arg=-Djava.security.egd=file:///dev/urandom

0 commit comments

Comments
 (0)