1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 04:35:23 +00:00
Purism-Calls/.gitlab-ci/Makefile

7 lines
166 B
Makefile

VERSION=$(shell date --iso)
all:
./run-docker.sh build --base debian --version 0.0.$(VERSION)
push:
./run-docker.sh push --base debian --version 0.0.$(VERSION)