mirror of https://github.com/pyodide/pyodide.git
Install C++ dependency
This commit is contained in:
parent
f5e9b3ea3d
commit
6f32425a04
|
@ -2,7 +2,12 @@ language: python
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-7
|
||||||
|
- libstdc++6
|
||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
ccache: true
|
ccache: true
|
||||||
|
|
Loading…
Reference in New Issue