conditionally include bingo
This commit is contained in:
@@ -31,7 +31,9 @@ OCIS_MODULES = \
|
|||||||
web \
|
web \
|
||||||
webdav
|
webdav
|
||||||
|
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include .bingo/Variables.mk
|
include .bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help:
|
help:
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ test-acceptance-webui:
|
|||||||
|
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := glauth
|
NAME := glauth
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := graph-explorer
|
NAME := graph-explorer
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := graph
|
NAME := graph
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := idp
|
NAME := idp
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := ocis-pkg
|
NAME := ocis-pkg
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := ocis
|
NAME := ocis
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := ocs
|
NAME := ocs
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := onlyoffice
|
NAME := onlyoffice
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := proxy
|
NAME := proxy
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -7,11 +7,15 @@ test-acceptance-webui:
|
|||||||
|
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
############ release ############
|
############ release ############
|
||||||
include ../.make/release.mk
|
include ../.make/release.mk
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := storage
|
NAME := storage
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := store
|
NAME := store
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := thumbnails
|
NAME := thumbnails
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := web
|
NAME := web
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ SHELL := bash
|
|||||||
NAME := webdav
|
NAME := webdav
|
||||||
|
|
||||||
############ tooling ############
|
############ tooling ############
|
||||||
|
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
|
||||||
include ../.bingo/Variables.mk
|
include ../.bingo/Variables.mk
|
||||||
|
endif
|
||||||
|
|
||||||
############ go tooling ############
|
############ go tooling ############
|
||||||
include ../.make/go.mk
|
include ../.make/go.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user