Add release()
feature to ResourceGuard.
#44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, test, deploy recipe | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop | |
jobs: | |
build-test-deployrecipe: | |
uses: shredeagle/reusable-workflows/.github/workflows/main_build.yml@v2.6.0 | |
with: | |
# Disable macos while spdlog crashes its compiler | |
# see: https://github.com/conan-io/conan-center-index/issues/8480 | |
os: >- | |
["ubuntu-22.04", "windows-2022"] | |
deployrecipe_userchannel: adnn/develop | |
secrets: | |
SHREDROBOT_GITHUB_TOKEN: ${{ secrets.SHREDROBOT_GITHUB_TOKEN }} | |
ACTION_CACHENAME: ${{ secrets.ACTION_CACHENAME }} | |
CONAN_USER_NAME: ${{ secrets.CONAN_USER_NAME }} | |
CONAN_USER_PASSWORD: ${{ secrets.CONAN_USER_PASSWORD }} | |