forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect path to ft_osd.h in Makefile and update Travis CI config
- Fix incorrect path to ft_osd.h - Create common variables for unit and benchmarks sources. - Move header files from EXTRA_DIST to sources. - Add 'make dist' command as part of Travis CI. Signed-off-by: Arun C Ilango <[email protected]>
- Loading branch information
Arun C Ilango
committed
Apr 19, 2017
1 parent
e5ec462
commit 0a12b5b
Showing
2 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,5 @@ script: | |
- ./configure --prefix=$HOME | ||
- make | ||
- make install | ||
- make dist | ||
- make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters