[General] Updated travis script to build to example_plugin

This commit is contained in:
Maschell 2018-02-04 10:29:04 +01:00
parent ea24c2c557
commit e4ba75be70
2 changed files with 4 additions and 2 deletions

View File

@ -33,4 +33,6 @@ install:
- (cd libutils-master && make -j8 && make install)
script:
- (cd loader && make)
- make
- (cd loader && make)
- (cd example_plugin && make)

View File

@ -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)))