aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-03 21:33:36 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-03 21:33:36 -0600
commitbbc87313478a1b87c23f3124bc2049f037651d02 (patch)
tree8fd5afe543b68912e50dff3d4728b4735cf448d6 /.gitlab-ci.yml
parent3f696d022cfd5fe2056f287f55025b024c4a9e7b (diff)
downloadmakers-bbc87313478a1b87c23f3124bc2049f037651d02.tar.gz
makers-bbc87313478a1b87c23f3124bc2049f037651d02.zip
install sphinx in the uutils test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ff93ba..0d4970f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,4 +32,5 @@ full-test-uutils:
- cargo install --path .
- git clone https://github.com/uutils/coreutils.git ~/uutils-coreutils
- cd ~/uutils-coreutils
+ - apt update && apt install -y python3-sphinx
- makers build test busytest