[CI] FreeBSD build (#17293)

Build FreeBSD on Github Actions
This commit is contained in:
qurious-pixel 2025-06-11 23:33:40 -07:00 committed by GitHub
parent 5514d7c3d8
commit 2b7161208e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 41 additions and 65 deletions

View file

@ -112,7 +112,6 @@ if defined BUILD_SOURCEBRANCHNAME (
rem // BUILD_REPOSITORY_NAME will look like "RPCS3/rpcs3"
rem // SYSTEM_PULLREQUEST_SOURCEBRANCH will look like "master"
rem // BUILD_SOURCEBRANCHNAME will look like "master"
rem // See https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables
set GIT_FULL_BRANCH=%BUILD_REPOSITORY_NAME%/%BUILD_SOURCEBRANCHNAME%
echo GIT_FULL_BRANCH: !GIT_FULL_BRANCH!