Skip to content

Commit

Permalink
Integrat libevent with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored and Johannes Tax committed Jul 7, 2020
1 parent 2d40011 commit cabab7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- run: ./ci/setup_ci_environment.sh
- run: ./ci/setup_cmake.sh
- run: ./ci/install_protobuf.sh
- run: ./ci/install_libevent.sh
- run: ./ci/do_ci.sh cmake.test
- run: ./ci/do_ci.sh cmake.exporter.otprotocol.test
- store_artifacts:
Expand Down Expand Up @@ -126,6 +127,7 @@ jobs:
- run:
command: ./ci/install_windows_protobuf.ps1
no_output_timeout: 15m
- run: ./ci/install_windows_libevent.ps1
- run: ./ci/do_ci.ps1 cmake.test
- run: ./ci/do_ci.sh cmake.exporter.otprotocol.test

Expand Down
5 changes: 5 additions & 0 deletions ci/install_windows_libevent.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$ErrorActionPreference = "Stop"
trap { $host.SetShouldExit(1) }

cd vcpkg
./vcpkg install libevent:x64-windows

0 comments on commit cabab7c

Please sign in to comment.