mirror of https://github.com/status-im/evmc.git
CI: Do not use redundant EVMC_EXAMPLES
This commit is contained in:
parent
3c1427fe7c
commit
e3c3661119
|
@ -24,7 +24,7 @@ before_build:
|
|||
if ($env:GENERATOR) {
|
||||
if (!(test-path build)) { mkdir build }
|
||||
cd build
|
||||
cmake -Wno-dev -G "$env:GENERATOR" .. -DBUILD_SHARED_LIBS=ON -DEVMC_EXAMPLES=ON -DEVMC_TESTING=ON -DCMAKE_INSTALL_PREFIX=C:\install
|
||||
cmake -Wno-dev -G "$env:GENERATOR" .. -DBUILD_SHARED_LIBS=ON -DEVMC_TESTING=ON -DCMAKE_INSTALL_PREFIX=C:\install
|
||||
}
|
||||
|
||||
build_script:
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- run:
|
||||
name: "Configure"
|
||||
working_directory: ~/build
|
||||
command: cmake ../project -DCMAKE_INSTALL_PREFIX=~/install -DBUILD_SHARED_LIBS=ON -DEVMC_EXAMPLES=ON -DEVMC_TESTING=ON $CMAKE_OPTIONS
|
||||
command: cmake ../project -DCMAKE_INSTALL_PREFIX=~/install -DBUILD_SHARED_LIBS=ON -DEVMC_TESTING=ON $CMAKE_OPTIONS
|
||||
- run:
|
||||
name: "Build"
|
||||
command: cmake --build ~/build
|
||||
|
|
Loading…
Reference in New Issue