unity-builder/src/model/input-readers
simensan 4cb3e593f5
Feature/support for unity licensing server linux (#468)
* Initial support for adding a UNITY_LICENSING_SERVER parameter to build parameters

* Test to figure out what the working directory is of current bash script

* Outputting current directory and using $ACTION_FOLDER

* Add resources folder to mounted docker volumes. Used by activation script to copy over template file for unity licensing server

* use awk instead of sed due to http characters breaking syntax

* mkdir for unity config

* Add -p flag to mkdir so parents are also created if missing

* Initial work on returning floating license when using licensing server

* Checking licensing server first for now, since serial is always set

* Parse and save acquired floating license for use for returning after build

* Clean up duplicate commands in activate.sh

* Fixed running string as command, use it as input instead

* Fixed cloud runner tests failing when using a ssh remote.

* Clean up of test files and unnecessary logging

* Moved process of generating services-config.json file from platform specific activate scripts to typescript

* Fixed path
2022-10-22 18:55:58 +02:00
..
action-yaml.ts Cloud Runner v2 (#310) 2022-02-01 02:31:20 +00:00
generic-input-reader.ts Cloud runner v0.2 - continued quality of life improvements (#387) 2022-04-22 00:47:45 +01:00
git-repo.test.ts Feature/support for unity licensing server linux (#468) 2022-10-22 18:55:58 +02:00
git-repo.ts Feature/support for unity licensing server linux (#468) 2022-10-22 18:55:58 +02:00
github-cli.test.ts Attempt to streamline dev lifecycle (git hooks) (#357) 2022-03-28 01:23:32 +02:00
github-cli.ts Cloud runner v0.2 - continued quality of life improvements (#387) 2022-04-22 00:47:45 +01:00
test-license-reader.ts Cloud runner v0.2 - continued quality of life improvements (#387) 2022-04-22 00:47:45 +01:00