- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: game-ci/unity-orb
base: v1.3.0
head repository: game-ci/unity-orb
compare: main
- 17 commits
- 21 files changed
- 8 contributors
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3979586 - Browse repository at this point
Copy the full SHA 3979586View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e3457d - Browse repository at this point
Copy the full SHA 9e3457dView commit details -
feat: replace
docker cp
with a mounted volume inbuild
(#47)* feat: replace `docker cp` with mounted volume Co-authored-by: Kyle a.k.a. TechSquidTV <33272306+KyleTryon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08538a8 - Browse repository at this point
Copy the full SHA 08538a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef9fa5 - Browse repository at this point
Copy the full SHA 1ef9fa5View commit details
Commits on Jun 8, 2023
-
ci: update Orb Tools to v12 (#54)
* ci: migrate to orb tools 12 * ci: exclude RC010
Configuration menu - View commit details
-
Copy full SHA for b3c83f4 - Browse repository at this point
Copy the full SHA b3c83f4View commit details
Commits on Jun 15, 2023
-
Add ubuntu-container-runner executor (#53)
* Add ubuntu-runner executor * container runner * Test conatiner runner * revert --------- Co-authored-by: Eric Ribeiro <ericribeiro@outlook.com.br>
Configuration menu - View commit details
-
Copy full SHA for 7cb6744 - Browse repository at this point
Copy the full SHA 7cb6744View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 892859c - Browse repository at this point
Copy the full SHA 892859cView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5270e57 - Browse repository at this point
Copy the full SHA 5270e57View commit details
Commits on Sep 22, 2023
-
fix: Bump image version from
1
to2
in Ubuntu and Windows (#59)* fix: image version * ci: remove Windows tests due to activation error
Configuration menu - View commit details
-
Copy full SHA for f4aef31 - Browse repository at this point
Copy the full SHA f4aef31View commit details
Commits on Jun 12, 2024
-
fix: Bump image version from 2 to 3 in Ubuntu (#67)
* fix: Bump image version from 2 to 3.1.0 in Ubuntu and Windows Changes - Bump image version in the ubuntu * Update Ubuntu ot use version 3 of the images * Update ubuntu container as well * Bump image version in create activation step too --------- Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e392fe - Browse repository at this point
Copy the full SHA 1e392feView commit details -
Add steps for manual orb deployment process (#69)
Original author: https://github.com/jt-metatheory This was part of #62
Configuration menu - View commit details
-
Copy full SHA for 1a58dfc - Browse repository at this point
Copy the full SHA 1a58dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e05d013 - Browse repository at this point
Copy the full SHA e05d013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acb416 - Browse repository at this point
Copy the full SHA 1acb416View commit details -
* Update Unity editor version to 2022.3.22f1 (LTS) * Update default Xcode version to 15.3.0 in macOS executor * Update resource_class enum * Remove large from enum 🤷 * Emptu commit to trigger pipelines * Update macOS resource class to "macos.m1.medium.gen1".
Configuration menu - View commit details
-
Copy full SHA for b9538e1 - Browse repository at this point
Copy the full SHA b9538e1View commit details
Commits on Jun 25, 2024
-
Fix issue #73 "Unity Hub: Bad CPU type in executable" (#76)
* update Enum for macos - updated enum to reflect supported resource sizes and removed deprecated resource sizes * Update prepare-env to use rosetta2 to run unity hub use Rosetta2 to run unity hub for ARM update: enum: [ macos.m1.medium.gen1, macos.m1.large.gen1 ] * Update prepare-env.sh * Update src/scripts/macos/prepare-env.sh Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com> --------- Co-authored-by: WalkerHashbang <124739393+WalkerHashbang@users.noreply.github.com> Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b95e9d1 - Browse repository at this point
Copy the full SHA b95e9d1View commit details -
Fix preparation script for macOS for shell check (#77)
Replaced `if [ $? -eq 0 ]; then` with `if softwareupdate --install-rosetta --agree-to-license; then` in the `check_and_install_rosetta` function to check the exit status directly.
Configuration menu - View commit details
-
Copy full SHA for a1ddf09 - Browse repository at this point
Copy the full SHA a1ddf09View commit details
Commits on Nov 25, 2024
-
Hotfix: Download before_script file from gitlab ref and freeze to v3.…
…0.1 (#82) * Download and prepare before_script file from gitlab ref * Update ref to "7fc1c95" in prepare-env.sh to get retry logic * Update src/scripts/linux/prepare-env.sh Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update reference to version v3.0.1 closes #85 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0b6ce5 - Browse repository at this point
Copy the full SHA f0b6ce5View commit details
There are no files selected for viewing