mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 04:51:26 +12:00
Some checks failed
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Mac Intel (push) Waiting to run
Build RPCS3 / RPCS3 Mac Apple Silicon (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Generate Translation Template / Generate Translation Template (push) Failing after 44s
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Has been skipped
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Has been skipped
- Updates Qt to 6.9.1
26 lines
860 B
YAML
26 lines
860 B
YAML
env:
|
|
CIRRUS_CLONE_DEPTH: 0 # Unshallow clone to obtain proper GIT_VERSION
|
|
BUILD_REPOSITORY_NAME: $CIRRUS_REPO_FULL_NAME
|
|
SYSTEM_PULLREQUEST_SOURCEBRANCH: $CIRRUS_BRANCH
|
|
SYSTEM_PULLREQUEST_PULLREQUESTID: $CIRRUS_PR
|
|
BUILD_SOURCEVERSION: $CIRRUS_CHANGE_IN_REPO
|
|
BUILD_SOURCEBRANCHNAME: $CIRRUS_BRANCH
|
|
RPCS3_TOKEN: ENCRYPTED[100ebb8e3552bf2021d0ef55dccda3e58d27be5b6cab0b0b92843ef490195d3c4edaefa087e4a3b425caa6392300b9b1]
|
|
QT_VER_MAIN: '6'
|
|
QT_VER: '6.9.1'
|
|
LLVM_COMPILER_VER: '19'
|
|
|
|
freebsd_task:
|
|
matrix:
|
|
- name: Cirrus FreeBSD
|
|
freebsd_instance:
|
|
image_family: freebsd-13-5
|
|
cpu: 8
|
|
memory: 8G
|
|
env:
|
|
CCACHE_MAXSIZE: 300M # 3x clean build, rounded
|
|
CCACHE_DIR: /tmp/ccache_dir
|
|
ccache_cache:
|
|
folder: /tmp/ccache_dir
|
|
install_script: "sh -ex ./.ci/install-freebsd.sh"
|
|
script: "./.ci/build-freebsd.sh"
|