Update CI build script
This commit is contained in:
parent
16995c5ee1
commit
6e6f37b54a
@ -14,9 +14,10 @@ addons:
|
||||
- cmake
|
||||
|
||||
before_script:
|
||||
- cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member"
|
||||
-DCPACK_GENERATOR="TGZ;ZIP"
|
||||
- mkdir build && cd build
|
||||
- cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member"
|
||||
-DCPACK_GENERATOR="TGZ;ZIP"
|
||||
|
||||
script:
|
||||
- make
|
||||
|
@ -6,7 +6,7 @@ configuration:
|
||||
|
||||
before_build:
|
||||
- mkdir build && cd build
|
||||
- cmake ../source -G "Visual Studio 14 2015" -DCPACK_GENERATOR=ZIP -DCMAKE_GENERATOR_TOOLSET=v100
|
||||
- cmake .. -G "Visual Studio 14 2015" -DCPACK_GENERATOR=ZIP -DCMAKE_GENERATOR_TOOLSET=v100
|
||||
|
||||
build_script:
|
||||
- cmake --build . --config %CONFIGURATION%
|
||||
|
Loading…
x
Reference in New Issue
Block a user