Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

26 lines
511B

  1. SHELL:=/bin/bash
  2. VERSION:=0.1.0
  3. build: cppse-starcry_$(VERSION)_amd64.deb
  4. cppse-starcry_$(VERSION)_amd64.deb:
  5. make ubuntu2404
  6. ubuntu2404:
  7. git clone --recursive https://github.com/rayburgemeestre/starcry || true
  8. pushd starcry && \
  9. git pull --rebase && \
  10. make clean && \
  11. make all && \
  12. make build-image && \
  13. make docs || true && \
  14. make docs || true && \
  15. make dockerize && \
  16. make push && \
  17. docker push docker.io/rayburgemeestre/build-starcry-ubuntu:24.04 && \
  18. popd
  19. clean:
  20. rm -rf starcry