aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml')
-rw-r--r--coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml b/coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml
new file mode 100644
index 00000000..da7a8c17
--- /dev/null
+++ b/coin/platform_configs/nightly_ubuntu_24_04_arm64_documentation.yaml
@@ -0,0 +1,18 @@
+Version: 2
+Configurations:
+# cmake_platforms.yaml
+# Build on Ubuntu 24.04 ARM64 and test on both X11 and Wayland later
+-
+ Id: 'ubuntu-24.04-arm64-documentation'
+ Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
+ Compiler: 'GCC'
+ Features: ['Documentation', 'UseConfigure', 'DoNotRunTests']
+ Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace'
+ Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}']
+# Test on Ubuntu 24.04 ARM64 X11
+-
+ Id: 'ubuntu-24.04-arm64-documentation-x11-tests'
+ Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
+ Compiler: 'GCC'
+ Features: ['TestDocs', 'TestOnly', 'InsignificantTests']
+ Platform dependency: 'ubuntu-24.04-arm64-documentation'