devops: run API coverage tests on linux (#958)

This commit is contained in:
Andrey Lushnikov 2020-02-12 14:43:13 -08:00 committed by GitHub
parent 211cba4934
commit 1945ed7232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
sudo apt-get update
sudo apt-get install libgbm-dev xvfb
- run: npm install
- run: xvfb-run --auto-servernum npm run ctest
- run: xvfb-run --auto-servernum npm run ccoverage
tests_linux_firefox:
name: "Linux + FF"
@ -40,7 +40,7 @@ jobs:
sudo apt-get update
sudo apt-get install xvfb
- run: npm install
- run: xvfb-run --auto-servernum npm run ftest
- run: xvfb-run --auto-servernum npm run fcoverage
tests_linux_webkit:
name: "Linux + WK"
@ -56,7 +56,7 @@ jobs:
sudo apt-get install libwoff1 libopus0 libwebp6 libwebpdemux2 libenchant1c2a libgudev-1.0-0 libsecret-1-0 libhyphen0 libgdk-pixbuf2.0-0 libegl1 libgles2 libevent-2.1-6 libnotify4 libxslt1.1
sudo apt-get install xvfb
- run: npm install
- run: xvfb-run --auto-servernum npm run wtest
- run: xvfb-run --auto-servernum npm run wcoverage
tests_win_chromium:
name: "Win + CR"