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.
|
- SHELL:=/bin/bash
-
- VERSION:=0.1.0
-
- build: cppse-starcry_$(VERSION)_amd64.deb
-
- cppse-starcry_$(VERSION)_amd64.deb:
- make ubuntu2404
-
- ubuntu2404:
- git clone --recursive https://github.com/rayburgemeestre/starcry || true
- pushd starcry && \
- git pull --rebase && \
- make clean && \
- make all && \
- make build-image && \
- make docs || true && \
- make docs || true && \
- make dockerize && \
- make push && \
- docker push docker.io/rayburgemeestre/build-starcry-ubuntu:24.04 && \
- popd
-
- clean:
- rm -rf starcry
|