Loading .gitlab-ci.yml +9 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,15 @@ before_script: - pip3 install --user mypy - export "PATH=$HOME/.local/bin:$PATH" check: typecheck: script: - make all - make typecheck tags: - shared-fi when: manual # TODO unittest: script: - make unit tags: - shared-fi Loading
.gitlab-ci.yml +9 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,15 @@ before_script: - pip3 install --user mypy - export "PATH=$HOME/.local/bin:$PATH" check: typecheck: script: - make all - make typecheck tags: - shared-fi when: manual # TODO unittest: script: - make unit tags: - shared-fi