blob: c1755607b626c3709af39d102a7e242bb9b2fd99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
image: thomasjpfan/numpy-gitpod:latest
tasks:
# The base image complied numpy with ccache enabled. This second build
# should be faster since it is using the cache.
- init: python setup.py build_ext -i
github:
prebuilds:
master: true
branches: true
|