Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 323d722

Browse files
authored
Merge pull request #34 from phillyb7/master
Travis CI build and Ubuntu build fix
2 parents 0dc0c27 + 5f1bf68 commit 323d722

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: go
22

3-
before-install:
3+
before_install:
44
- sudo apt-get update -qq
55

66
script:
7+
- make install-dep
78
- make install
89
- make
910
- make clean

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ ifeq ($(PKG),rpm)
170170
@$(SUDO) -E cp tmpvpp/usr/share/vpp/api/*.json /usr/share/vpp/api/.
171171
else ifeq ($(PKG),deb)
172172
@$(SUDO) -E cp tmpvpp/usr/share/vpp/api/core/*.json /usr/share/vpp/api/.
173+
@$(SUDO) -E cp tmpvpp/usr/share/vpp/api/plugins/*.json /usr/share/vpp/api/.
173174
endif
174175
@$(SUDO) -E chown -R bin:bin /usr/share/vpp/
175176
@echo Installed /usr/share/vpp/api/*.json

0 commit comments

Comments
 (0)