fix: 安装 chromium
This commit is contained in:
parent
b6c56a581e
commit
aa45813679
|
@ -9,6 +9,7 @@ addons:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
|
chrome: stable
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- g3
|
- g3
|
||||||
|
@ -21,6 +22,6 @@ cache:
|
||||||
before_install:
|
before_install:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
|
||||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||||
- scripts/ci/install-chromium.sh
|
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
|
||||||
script:
|
script:
|
||||||
- "./aio/deploy-cn.sh"
|
- "./aio/deploy-cn.sh"
|
||||||
|
|
Loading…
Reference in New Issue