mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
27 lines
860 B
YAML
27 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"
|