Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endurodave committed Dec 8, 2024
1 parent 738a2b6 commit d51525c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: microsoft/[email protected] # Set up Visual Studio environment (MSBuild)

- name: Configure CMake
run: cmake -S . -B Build -G "Visual Studio 16 2019" -DENABLE_UNIT_TESTS=ON # Configure CMake for Visual Studio 2019
run: cmake -S . -B Build -G "Visual Studio 17 2022" -DENABLE_UNIT_TESTS=ON # Configure CMake for Visual Studio

- name: Build
run: cmake --build Build --config Release # Build the project using CMake with Release configuration
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Asynchronous Multicast Delegates in Modern C++
![License MIT](https://img.shields.io/github/license/BehaviorTree/BehaviorTree.CPP?color=blue)
[![conan Ubuntu](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cpp_delegates.yml/badge.svg)](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cpp_delegates.yml)
[![conan Ubuntu](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_ubuntu.yml/badge.svg)](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_ubuntu.yml)
[![conan Windows](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_windows.yml/badge.svg)](https://github.com/endurodave/AsyncMulticastDelegateModern/actions/workflows/cmake_windows.yml)

A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously.

Expand Down

0 comments on commit d51525c

Please sign in to comment.