ci(circle): add initial circle.yml

This commit is contained in:
Benedikt Rötsch
2017-11-01 16:43:24 +01:00
committed by Benedikt Rötsch
parent bd9e29b6eb
commit c7567ca895

12
circle.yml Normal file
View File

@@ -0,0 +1,12 @@
machine:
node:
version: "8"
dependencies:
pre:
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
- rm google-chrome.deb
test:
post:
- tar -czf $CIRCLE_ARTIFACTS/cypress-result_`date +%Y-%m-%d_%H-%M-%S`.tar.gz ./cypress