conditionally include bingo

This commit is contained in:
Willy Kloucek
2021-03-09 11:01:46 +01:00
parent 0eda3b882b
commit d1701b3035
17 changed files with 36 additions and 0 deletions
+2
View File
@@ -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:
+2
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
+4
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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