mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48: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
|
# shellcheck shell=sh disable=SC2096
|
||||||
|
|
||||||
# RPCS3 often needs recent Qt and Vulkan-Headers
|
# 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
|
export ASSUME_ALWAYS_YES=true
|
||||||
pkg info # debug
|
#pkg info # debug
|
||||||
|
|
||||||
# WITH_LLVM
|
# WITH_LLVM
|
||||||
pkg install "llvm$LLVM_COMPILER_VER"
|
pkg install "llvm$LLVM_COMPILER_VER"
|
||||||
|
|
6
.github/workflows/rpcs3.yml
vendored
6
.github/workflows/rpcs3.yml
vendored
|
@ -344,9 +344,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
envs: 'QT_VER_MAIN LLVM_COMPILER_VER'
|
envs: 'QT_VER_MAIN LLVM_COMPILER_VER'
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: .ci/install-freebsd.sh
|
||||||
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
|
|
||||||
|
|
||||||
run: .ci/build-freebsd.sh
|
run: .ci/build-freebsd.sh
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
RPCS3
|
RPCS3
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](https://cirrus-ci.com/github/RPCS3/rpcs3)
|
|
||||||
[](https://github.com/RPCS3/rpcs3/actions/workflows/rpcs3.yml)
|
[](https://github.com/RPCS3/rpcs3/actions/workflows/rpcs3.yml)
|
||||||
[](https://discord.gg/rpcs3)
|
[](https://discord.gg/rpcs3)
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,6 @@ if defined BUILD_SOURCEBRANCHNAME (
|
||||||
rem // BUILD_REPOSITORY_NAME will look like "RPCS3/rpcs3"
|
rem // BUILD_REPOSITORY_NAME will look like "RPCS3/rpcs3"
|
||||||
rem // SYSTEM_PULLREQUEST_SOURCEBRANCH will look like "master"
|
rem // SYSTEM_PULLREQUEST_SOURCEBRANCH will look like "master"
|
||||||
rem // BUILD_SOURCEBRANCHNAME 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%
|
set GIT_FULL_BRANCH=%BUILD_REPOSITORY_NAME%/%BUILD_SOURCEBRANCHNAME%
|
||||||
echo GIT_FULL_BRANCH: !GIT_FULL_BRANCH!
|
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_FILE "${rpcs3_src_dir}/git-version.h")
|
||||||
set(GIT_VERSION_UPDATE "1")
|
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_REPOSITORY_NAME will look like "RPCS3/rpcs3"
|
||||||
# BUILD_SOURCEBRANCHNAME will look like "master"
|
# 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 "")
|
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}")
|
set(RPCS3_GIT_FULL_BRANCH "$ENV{BUILD_REPOSITORY_NAME}/$ENV{BUILD_SOURCEBRANCHNAME}")
|
||||||
endif()
|
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">
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
|
@ -2118,7 +2118,6 @@
|
||||||
</CustomBuild>
|
</CustomBuild>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\.cirrus.yml" />
|
|
||||||
<None Include="..\.ci\build-freebsd.sh" />
|
<None Include="..\.ci\build-freebsd.sh" />
|
||||||
<None Include="..\.ci\build-linux-aarch64.sh" />
|
<None Include="..\.ci\build-linux-aarch64.sh" />
|
||||||
<None Include="..\.ci\build-linux.sh" />
|
<None Include="..\.ci\build-linux.sh" />
|
||||||
|
@ -2130,7 +2129,6 @@
|
||||||
<None Include="..\.ci\deploy-mac.sh" />
|
<None Include="..\.ci\deploy-mac.sh" />
|
||||||
<None Include="..\.ci\deploy-windows.sh" />
|
<None Include="..\.ci\deploy-windows.sh" />
|
||||||
<None Include="..\.ci\docker.env" />
|
<None Include="..\.ci\docker.env" />
|
||||||
<None Include="..\.ci\export-cirrus-vars.sh" />
|
|
||||||
<None Include="..\.ci\get_keys-windows.sh" />
|
<None Include="..\.ci\get_keys-windows.sh" />
|
||||||
<None Include="..\.ci\github-upload.sh" />
|
<None Include="..\.ci\github-upload.sh" />
|
||||||
<None Include="..\.ci\install-freebsd.sh" />
|
<None Include="..\.ci\install-freebsd.sh" />
|
||||||
|
|
|
@ -1806,9 +1806,6 @@
|
||||||
<None Include="..\Utilities\git-version-gen.cmd">
|
<None Include="..\Utilities\git-version-gen.cmd">
|
||||||
<Filter>Scripts</Filter>
|
<Filter>Scripts</Filter>
|
||||||
</None>
|
</None>
|
||||||
<None Include="..\.cirrus.yml">
|
|
||||||
<Filter>CI</Filter>
|
|
||||||
</None>
|
|
||||||
<None Include="..\.ci\build-freebsd.sh">
|
<None Include="..\.ci\build-freebsd.sh">
|
||||||
<Filter>CI</Filter>
|
<Filter>CI</Filter>
|
||||||
</None>
|
</None>
|
||||||
|
@ -1827,9 +1824,6 @@
|
||||||
<None Include="..\.ci\deploy-windows.sh">
|
<None Include="..\.ci\deploy-windows.sh">
|
||||||
<Filter>CI</Filter>
|
<Filter>CI</Filter>
|
||||||
</None>
|
</None>
|
||||||
<None Include="..\.ci\export-cirrus-vars.sh">
|
|
||||||
<Filter>CI</Filter>
|
|
||||||
</None>
|
|
||||||
<None Include="..\.ci\get_keys-windows.sh">
|
<None Include="..\.ci\get_keys-windows.sh">
|
||||||
<Filter>CI</Filter>
|
<Filter>CI</Filter>
|
||||||
</None>
|
</None>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue