in this unity yml file for running an unity pipeline i can get only firs two nodes to work, it doesn’t go to build and test nodes.
And i don’t understand this syntax below:
what is .build and &build? what is << sign?
.build: &build
stage: build_and_test
<<: *unity_defaults
script:
- chmod +x ./ci/build.sh && ./ci/build.sh
here is the same
build-StandaloneLinux64:
<<: *build
variables:
BUILD_TARGET: StandaloneLinux64
Thanks for taking the time to be thorough in your request, it really helps!