Skip to content
Snippets Groups Projects
.gitlab-ci.yml 684 B
Newer Older
variables:
  GIT_SUBMODULE_STRATEGY: recursive
  GIT_SUBMODULE_FORCE_HTTPS: "true"

Luke Naylor's avatar
Luke Naylor committed
build:
  image: registry.gitlab.com/lukenaylor/latex/sagetex-image:latest
  image: registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest
Luke Naylor's avatar
Luke Naylor committed
  tags: ["x64"]
  before_script:
Luke Naylor's avatar
Luke Naylor committed
    - echo $SHELL
    - source /root/.bashrc
    - git clone --depth=1 --branch v0.20.4 https://github.com/tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust
    - sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
  script:
    - echo $SHELL
    - make pretex
    - latexmk -use-make
Luke Naylor's avatar
Luke Naylor committed
  artifacts:
    paths:
      - main.pdf
      - "*sagetex*"