|
345c9f9885
|
Store the CI caches inside the project dir since that's the only place GitLab CI is allowed to cache
|
2018-02-26 13:05:28 +11:00 |
|
|
58d8ca2a25
|
Attempt to cache the packages installed by pip and pipenv to dramatically speed up the pipeline
|
2018-02-26 12:58:34 +11:00 |
|
|
6ceb800723
|
Turns out stages are isolated from each other, so we need to do the build and the test in one script
|
2018-02-26 12:51:14 +11:00 |
|
|
247bce0996
|
Don't collectstatic, it's not needed and it won't work without Yarn being run, which introduces another dependency
|
2018-02-26 12:43:43 +11:00 |
|
|
1759be4d8c
|
Yet another try - use python:3.6, install submodules, use build and test stages, etc.
|
2018-02-26 12:37:08 +11:00 |
|
|
ea0ef22b16
|
Use a CI image that already has pipenv installed
|
2018-02-26 12:24:22 +11:00 |
|
|
227c43c81e
|
Switch to the python:3.6 image for CI, to make sure we get Python 3.6
|
2018-02-26 12:17:57 +11:00 |
|
|
65cba59a72
|
Add initial .gitlab-ci.yml, which hopefully works correctly
|
2018-02-26 12:14:52 +11:00 |
|