Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci,build: split 'make && make package' commands
For some reason, doing `make && make package` doesn't seem to yield a compiler/build error on Linux. This may be due to how '/bin/sh' interprets command concatenation via '&&'. Splitting the make commands seems to help. See: https://travis-ci.org/github/analogdevicesinc/libiio/builds/661401114 This is essentially branch 'rgetz-review-zeroconfupdates' rebased with this change. Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information