From e4ba75be70a9a9bd12bfb17aa3e3da32d68d2091 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 4 Feb 2018 10:29:04 +0100 Subject: [PATCH] [General] Updated travis script to build to example_plugin --- .travis.yml | 4 +++- Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2bdc3a..c60f7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,6 @@ install: - (cd libutils-master && make -j8 && make install) script: -- (cd loader && make) \ No newline at end of file +- make +- (cd loader && make) +- (cd example_plugin && make) \ No newline at end of file diff --git a/Makefile b/Makefile index 1b2f34c..eab5791 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ install : wups.ld wups_elf.ld $Qcp -r wups.ld $(WUPSDIR) $Qcp -r wups_elf.ld $(WUPSDIR) - # Rule to install wups. +# Rule to install wups. PHONY += uninstall uninstall : $(addprefix $Qrm -rf ,$(wildcard $(WUPSDIR))) \ No newline at end of file