(core) add CI github action for grist-core

Summary:
Activate CI for grist-core using github actions.  Can be improved
with caching but starting simple.

Test Plan: tested in a fork of grist-core

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2771
This commit is contained in:
Paul Fitzpatrick
2021-04-12 15:25:34 -04:00
parent 9f234b758d
commit 45141ed438
3 changed files with 70 additions and 0 deletions

View File

@@ -1,8 +1,11 @@
#!/bin/bash
set -e
if [ ! -e venv ]; then
virtualenv -ppython2.7 venv
fi
. venv/bin/activate
pip install --no-deps -r sandbox/requirements.txt