From cabb2b9c9468588956e0891427d8abacae247a86 Mon Sep 17 00:00:00 2001 From: George Lima Date: Thu, 24 Jan 2019 18:37:54 -0300 Subject: [PATCH] ci(config): install ffmpeg --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 656ab98..6ca5e1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: apt-get -y update - run: apt-get -y install libusb-1.0-0-dev graphicsmagick libudev-dev - - run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4 + - run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4 ffmpeg frei0r-plugins # TODO: Just a quick try - run: rm yarn.lock - run: yarn install @@ -23,8 +23,8 @@ jobs: - run: yarn wait-on http://localhost:8080 && yarn wait-on http://localhost:18232 - run: xvfb-run --listen-tcp --server-num 44 --auth-file /tmp/xvfb.auth -s "-ac -screen 0 1920x1080x24" yarn e2e:run & export DISPLAY=:44 && ffmpeg -f x11grab -video_size 1920x1080 -i :44 -codec:v libx264 -r 12 e2e-record.mp4 - store_artifacts: - path: ./e2e-record.mp4 - destination: e2e-record.mp4 + path: ./e2e-record.mp4 + destination: e2e-record.mp4 workflows: version: 2 test: