aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-06 18:26:27 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-06 18:26:27 -0700
commit1cc585873443a05bd465d333c2d2b84027fff6da (patch)
tree7377ab60cbcadb253838c751191540a4802f0d52 /.gitlab-ci.yml
parente04f166a59f007585c1148fb5b41cd8ed50b6bfa (diff)
downloadchocula-1cc585873443a05bd465d333c2d2b84027fff6da.tar.gz
chocula-1cc585873443a05bd465d333c2d2b84027fff6da.zip
gitlab-ci first attempt
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..8d1a932
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+image: debian:buster
+before_script:
+ - apt update -qy
+ - apt install -y python3-pip python3-wheel python3.7 python3.7-dev python3.7-venv python3.7-distutils python3-pytest git make
+ - pip3 install pipenv
+ - pipenv --version
+
+variables:
+ LC_ALL: "C.UTF-8"
+ LANG: "C.UTF-8"
+
+test_python:
+ script:
+ - pipenv install --dev --deploy
+ - pipenv run make test