Loading .gitlab-ci.yml +14 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,20 @@ lint: except: - schedules tests-wsl: stage: test variables: LC_ALL: C.UTF-8 LANG: C.UTF-8 tags: - wsl before_script: - mount - df -h script: - tox # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. docs: Loading Loading
.gitlab-ci.yml +14 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,20 @@ lint: except: - schedules tests-wsl: stage: test variables: LC_ALL: C.UTF-8 LANG: C.UTF-8 tags: - wsl before_script: - mount - df -h script: - tox # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. docs: Loading