.gitlab-ci.yml raw

   1  ---
   2  before_script:
   3    - apt-get --quiet update --yes
   4    - apt-get --quiet install --yes yamllint shellcheck make inkscape webp optipng
   5  lint:
   6    script:
   7      - yamllint .gitlab-ci.yml
   8      - shellcheck -x prebuild.sh build.sh
   9  rasterize:
  10    script:
  11      - make -C fenix-artwork -B -j`nproc`
  12