Skip to content

Commit

Permalink
travis: build with -DENABLE_EXPERIMENTAL=ON
Browse files Browse the repository at this point in the history
Add -DENABLE_EXPERIMENTAL=ON to the travis build
to catch compile/install errors.

Signed-off-by: Dalton Bohning <daltonx.bohning@intel.com>
  • Loading branch information
Dalton Bohning authored and daltonbohning committed Jan 21, 2021
1 parent f3e55da commit f56cbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ before_script:

script:
- mkdir build install && cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=../install
- cmake ../ -DCMAKE_INSTALL_PREFIX=../install -DENABLE_EXPERIMENTAL=ON
- make
- make test
- make install
Expand Down

0 comments on commit f56cbf3

Please sign in to comment.