default: image: rust:latest build-job: stage: build script: - curl -s https://gitlab.com/subplot/subplot/-/raw/main/install-debian.sh | bash - apt-get update - apt-get install -y black subplot texlive-latex-base texlive-latex-recommended texlive-fonts-recommended plantuml jq - rustup component add clippy - rustup component add rustfmt - if ! ./check; then echo =====================; tail -n 500 test.log; exit 1; fi