com.rwth.unity.omilaxr
Version:
This is the base package for OmiLAXR ecosystem. This package has shareable code for all OmiLAXR packages.
22 lines (21 loc) • 425 B
YAML
stages:
- test
unit-test:
script:
- '/home/unity_8R_11_82EIPokw/Unity/Hub/Editor/2022.3.26f1/Unity \
-batchmode \
-projectPath . \
-runTests \
-testPlatform editmode \
-testResults ./unit-tests.xml \
-logFile ./unity-unit-test.log'
stage: test
tags:
- unity
only:
- main
artifacts:
when: always
paths:
- ./unit-tests.xml
- ./unity-unit-test.log