From 24d1a1c578744e8ac926b748d0fc4b211b1c5882 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 23 May 2014 00:29:13 +0200 Subject: [PATCH] makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3a121ca2..8a2b95b3 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,10 @@ qtest: qtest-clean build @echo ./qtest_all.native +push-stable: all + git checkout stable && git merge master && oasis setup && \ + git commit -a 'oasis' + test-all: test qtest tags: