try all the plugins
This commit is contained in:
parent
5c49d0eb3d
commit
354a070eff
|
@ -24,6 +24,7 @@ gocui: build
|
||||||
install:
|
install:
|
||||||
go install \
|
go install \
|
||||||
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
|
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
|
||||||
|
testGui
|
||||||
|
|
||||||
check-git-clean:
|
check-git-clean:
|
||||||
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
||||||
|
|
|
@ -17,9 +17,9 @@ func main() {
|
||||||
// setup the GUI
|
// setup the GUI
|
||||||
me.myGui = gui.New()
|
me.myGui = gui.New()
|
||||||
|
|
||||||
// testLoad("nocui")
|
testLoad("nocui")
|
||||||
// testLoad("gocui")
|
testLoad("gocui")
|
||||||
// testLoad("andlabs")
|
testLoad("andlabs")
|
||||||
testLoad("pixelgl")
|
testLoad("pixelgl")
|
||||||
testLoad("fyne")
|
testLoad("fyne")
|
||||||
//testLoad("fail")
|
//testLoad("fail")
|
||||||
|
|
Loading…
Reference in New Issue