gui-verify-build/Makefile

26 lines
882 B
Makefile
Raw Normal View History

stage1:
@echo
@echo This will attempt to verify a build of the DNS Control Panel
@echo
@echo 'This uses the GO GUI package (go.wit.com/gui/gui)'
@echo
@sleep 3
make toolkits
make control-panel-dns
control-panel-dns:
-mkdir -p ~/go/src/go.wit.com/apps/
@# git clone https://git.wit.org/wit/control-panel-dns.git
@# git clone https://git.wit.org/wit/gui-verify-build.git
-cd ~/go/src/go.wit.com/apps/; git clone https://git.wit.org/jcarr/control-panel-dns
-cd ~/go/src/go.wit.com/apps/control-panel-dns; git checkout devel
cd ~/go/src/go.wit.com/apps/control-panel-dns; make
@# ./clone-gui-verify-build.sh
@# /home/jcarr/gui-verify-build.git
toolkits:
-mkdir -p ~/go/src/go.wit.com/gui/
-cd ~/go/src/go.wit.com/gui/; git clone https://git.wit.org/gui/toolkits
-cd ~/go/src/go.wit.com/gui/toolkits/; git checkout devel
-cd ~/go/src/go.wit.com/gui/toolkits/; make