1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-19 18:05:25 +00:00
Purism-Calls/.gitlab-ci/Makefile

8 lines
166 B
Makefile
Raw Normal View History

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)