GiteaCI #1

Merged
rboullard merged 21 commits from GiteaCI into Development 2026-01-25 23:10:00 +00:00
Showing only changes of commit 032aa27148 - Show all commits

View File

@@ -8,6 +8,7 @@ on:
env:
CCACHE_BASEDIR: ${{ github.workspace }}
BRANCH_NAME: ${{ github.ref_name.toLower() }}
jobs:
conan-packages:
@@ -54,7 +55,7 @@ jobs:
conan create ./${{ matrix.package.name }}/${{ matrix.package.location }} \
--version=${{ matrix.package.version }} \
--user=bigfootdev \
--channel=${{ github.ref_name.toLower() }} \
--channel=${{ env.BRANCH_NAME }} \
-pr:b=./clang -pr:h=./clang \
--build=missing --remote=bigfootpackages