mirror of https://github.com/status-im/evmc.git
Circle CI: Test CMake package config
This commit is contained in:
parent
9af6c35b48
commit
411073934a
10
circle.yml
10
circle.yml
|
@ -31,6 +31,16 @@ jobs:
|
|||
- store_artifacts:
|
||||
path: ~/package
|
||||
destination: package
|
||||
- run:
|
||||
name: "Test CMake package config"
|
||||
command: |
|
||||
mkdir ~/build-example-evmc && cd ~/build-example-evmc
|
||||
cmake ~/project/examples/use_evmc_in_cmake -DCMAKE_PREFIX_PATH=~/install
|
||||
cmake --build .
|
||||
|
||||
mkdir ~/build-example-instructions && cd ~/build-example-instructions
|
||||
cmake ~/project/examples/use_instructions_in_cmake -DCMAKE_PREFIX_PATH=~/install
|
||||
cmake --build .
|
||||
- run:
|
||||
name: "Run evmc-vmtester libevmc-examplevm.so"
|
||||
command: ~/install/bin/evmc-vmtester ~/install/lib/libevmc-examplevm.so
|
||||
|
|
Loading…
Reference in New Issue