Example configuration fileΒΆ
build_system: CMake
runner: Ninja
platforms:
- id: 1
address: 192.169.52.67
arch: x86
username: root
password: password
port: 22
recipes:
- id: 1
config_flags:
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DYAML_CPP_BUILD_TESTS=ON
compiler_flags:
cxx_flags: "-O2"
jobs: 4
toolchain:
cxx_compiler: /usr/bin/g++
sysroot: /
builds:
- build_machine: 1
run_machine: 1
recipe_id: 1
executables:
- test/run-tests