mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
remove cirrus/azure references
This commit is contained in:
parent
c1982c1b03
commit
4b1bf38a76
7 changed files with 5 additions and 20 deletions
|
@ -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"
|
||||
|
|
6
.github/workflows/rpcs3.yml
vendored
6
.github/workflows/rpcs3.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
RPCS3
|
||||
=====
|
||||
|
||||
[](https://cirrus-ci.com/github/RPCS3/rpcs3)
|
||||
[](https://github.com/RPCS3/rpcs3/actions/workflows/rpcs3.yml)
|
||||
[](https://discord.gg/rpcs3)
|
||||
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue