Merge pull request #1373 from zudwalex/fix_board_ci

Use mongoose.[ch] from main repo
This commit is contained in:
Sergey Lyubka 2021-10-06 12:31:27 +01:00 committed by GitHub
commit b5147a149e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build
clean:

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build
clean:

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build
clean:

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/source/
make -C $(NAME) build
clean:

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build
clean:

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build
clean:

View File

@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build
clean: