remove cirrus/azure references

This commit is contained in:
Live session user 2025-06-08 12:05:42 -07:00 committed by qurious-pixel
parent c1982c1b03
commit 4b1bf38a76
7 changed files with 5 additions and 20 deletions

View file

@ -3,10 +3,10 @@
# shellcheck shell=sh disable=SC2096
# RPCS3 often needs recent Qt and Vulkan-Headers
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
#sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
export ASSUME_ALWAYS_YES=true
pkg info # debug
#pkg info # debug
# WITH_LLVM
pkg install "llvm$LLVM_COMPILER_VER"

View file

@ -344,9 +344,5 @@ jobs:
with:
envs: 'QT_VER_MAIN LLVM_COMPILER_VER'
usesh: true
prepare: |
pkg install -y "llvm$LLVM_COMPILER_VER"
pkg install -y git ccache cmake ninja "qt$QT_VER_MAIN-multimedia" "qt$QT_VER_MAIN-svg" glew openal-soft ffmpeg
pkg install -y pkgconf alsa-lib pulseaudio sdl3 evdev-proto vulkan-headers vulkan-loader
prepare: .ci/install-freebsd.sh
run: .ci/build-freebsd.sh

View file

@ -1,7 +1,6 @@
RPCS3
=====
[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/RPCS3/rpcs3/master?label=Cirrus%20CI&logo=cirrus-ci)](https://cirrus-ci.com/github/RPCS3/rpcs3)
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/RPCS3/rpcs3/rpcs3.yml?branch=master&logo=github&label=Actions)](https://github.com/RPCS3/rpcs3/actions/workflows/rpcs3.yml)
[![RPCS3 Discord Server](https://img.shields.io/discord/272035812277878785?color=5865F2&label=RPCS3%20Discord&logo=discord&logoColor=white)](https://discord.gg/rpcs3)

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!

View file

@ -38,10 +38,9 @@ function(gen_git_version rpcs3_src_dir)
set(GIT_VERSION_FILE "${rpcs3_src_dir}/git-version.h")
set(GIT_VERSION_UPDATE "1")
# These environment variables are defined by Azure pipelines
# These environment variables are defined by CI
# BUILD_REPOSITORY_NAME will look like "RPCS3/rpcs3"
# BUILD_SOURCEBRANCHNAME will look like "master"
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables
if (DEFINED ENV{BUILD_REPOSITORY_NAME} AND NOT "$ENV{BUILD_REPOSITORY_NAME}" STREQUAL "")
set(RPCS3_GIT_FULL_BRANCH "$ENV{BUILD_REPOSITORY_NAME}/$ENV{BUILD_SOURCEBRANCHNAME}")
endif()

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|x64">
@ -2118,7 +2118,6 @@
</CustomBuild>
</ItemGroup>
<ItemGroup>
<None Include="..\.cirrus.yml" />
<None Include="..\.ci\build-freebsd.sh" />
<None Include="..\.ci\build-linux-aarch64.sh" />
<None Include="..\.ci\build-linux.sh" />
@ -2130,7 +2129,6 @@
<None Include="..\.ci\deploy-mac.sh" />
<None Include="..\.ci\deploy-windows.sh" />
<None Include="..\.ci\docker.env" />
<None Include="..\.ci\export-cirrus-vars.sh" />
<None Include="..\.ci\get_keys-windows.sh" />
<None Include="..\.ci\github-upload.sh" />
<None Include="..\.ci\install-freebsd.sh" />

View file

@ -1806,9 +1806,6 @@
<None Include="..\Utilities\git-version-gen.cmd">
<Filter>Scripts</Filter>
</None>
<None Include="..\.cirrus.yml">
<Filter>CI</Filter>
</None>
<None Include="..\.ci\build-freebsd.sh">
<Filter>CI</Filter>
</None>
@ -1827,9 +1824,6 @@
<None Include="..\.ci\deploy-windows.sh">
<Filter>CI</Filter>
</None>
<None Include="..\.ci\export-cirrus-vars.sh">
<Filter>CI</Filter>
</None>
<None Include="..\.ci\get_keys-windows.sh">
<Filter>CI</Filter>
</None>