Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: game-ci/unity-orb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: game-ci/unity-orb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 21 files changed
  • 8 contributors

Commits on Nov 21, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3979586 View commit details

Commits on Nov 22, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9e3457d View commit details
  2. feat: replace docker cp with a mounted volume in build (#47)

    * feat: replace `docker cp` with mounted volume
    
    Co-authored-by: Kyle a.k.a. TechSquidTV <33272306+KyleTryon@users.noreply.github.com>
    EricRibeiro and KyleTryon authored Nov 22, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    08538a8 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1ef9fa5 View commit details

Commits on Jun 8, 2023

  1. ci: update Orb Tools to v12 (#54)

    * ci: migrate to orb tools 12
    
    * ci: exclude RC010
    EricRibeiro authored Jun 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b3c83f4 View commit details

Commits on Jun 15, 2023

  1. 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>
    tadashi0713 and EricRibeiro authored Jun 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7cb6744 View commit details

Commits on Jul 4, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    892859c View commit details

Commits on Aug 25, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5270e57 View commit details

Commits on Sep 22, 2023

  1. fix: Bump image version from 1 to 2 in Ubuntu and Windows (#59)

    * fix: image version
    
    * ci: remove Windows tests due to activation error
    EricRibeiro authored Sep 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f4aef31 View commit details

Commits on Jun 12, 2024

  1. 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>
    thedrhax14 and GabLeRoux authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1e392fe View commit details
  2. Add steps for manual orb deployment process (#69)

    Original author: https://github.com/jt-metatheory
    
    This was part of #62
    GabLeRoux authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a58dfc View commit details
  3. Update README.md with small syntax changes (#70)

    GabLeRoux authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e05d013 View commit details
  4. Update Unity editor version to 2022.3.22f1 (LTS) (#68)

    GabLeRoux authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1acb416 View commit details
  5. Fix macOS Executors (#72)

    * 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".
    GabLeRoux authored Jun 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b9538e1 View commit details

Commits on Jun 25, 2024

  1. 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>
    3 people authored Jun 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b95e9d1 View commit details
  2. 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.
    GabLeRoux authored Jun 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a1ddf09 View commit details

Commits on Nov 25, 2024

  1. 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>
    GabLeRoux and coderabbitai[bot] authored Nov 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f0b6ce5 View commit details
19 changes: 7 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
setup: true
orbs:
orb-tools: circleci/orb-tools@11.1
orb-tools: circleci/orb-tools@12.0
shellcheck: circleci/shellcheck@3.1

filters: &filters
@@ -16,18 +16,13 @@ workflows:
- orb-tools/pack:
filters: *filters
- orb-tools/review:
exclude: RC010
filters: *filters
- shellcheck/check:
filters: *filters
- orb-tools/publish:
orb-name: game-ci/unity
vcs-type: << pipeline.project.type >>
requires:
[orb-tools/lint, orb-tools/review, orb-tools/pack, shellcheck/check]
context: orb-publishing
filters: *filters
- orb-tools/continue:
pipeline-number: << pipeline.number >>
vcs-type: << pipeline.project.type >>
requires: [orb-tools/publish]
filters: *filters
orb_name: unity
pipeline_number: << pipeline.number >>
vcs_type: << pipeline.project.type >>
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
filters: *filters
Loading