Test also with double precision
This commit is contained in:
@@ -11,3 +11,7 @@ script:
|
||||
- cmake . -G "Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
|
||||
- make -j8
|
||||
- sudo make install
|
||||
# Test again with double precision
|
||||
- cmake . -G "Unix Makefiles" -DUSE_DOUBLE_PRECISION=ON #-DCMAKE_CXX_FLAGS=-Werror
|
||||
- make -j8
|
||||
- sudo make install
|
||||
|
||||
Reference in New Issue
Block a user