Really check building using the installed version in Travis builds
The command to do this at the end of the script didn't actually do anything because the minimal sample had been already built in tree before.
This commit is contained in:
@@ -49,5 +49,5 @@ script:
|
||||
- sudo make install
|
||||
- echo -en 'travis_fold:end:script.5\\r'
|
||||
- echo 'Testing building with the installed version...' && echo -en 'travis_fold:start:script.6\\r'
|
||||
- make -C samples/minimal -f makefile.unx
|
||||
- make -C samples/minimal -f makefile.unx -B
|
||||
- echo -en 'travis_fold:end:script.6\\r'
|
||||
|
Reference in New Issue
Block a user