Make BUILDTYPE=Release the default if no make parameters are specified
This probably simplifies the default case for most users of the library, and reduces the risk of people accidentally trying to use an unoptimized build.
This commit is contained in:
parent
de935a5237
commit
18a4354b6e
@ -8,5 +8,5 @@ before_install:
|
||||
#link libcrypto for 32bit
|
||||
- sudo ln -s /lib/i386-linux-gnu/libcrypto.so.1.0.0 /lib/i386-linux-gnu/libcrypto.so
|
||||
install: make gtest-bootstrap
|
||||
script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Release && make test && make -B && make test && make -B BUILDTYPE=Release && make test
|
||||
script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Debug && make test && make -B && make test && make -B BUILDTYPE=Debug && make test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user