From 1cc585873443a05bd465d333c2d2b84027fff6da Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 May 2020 18:26:27 -0700 Subject: gitlab-ci first attempt --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3