Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Github Actions #12

Closed
wants to merge 30 commits into from
Closed

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    689214f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61852f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71c0d6a View commit details
    Browse the repository at this point in the history
  4. windows: dump use of winpty

    Winpty causes assertion error in CI:
    https://github.com/antmicro/litex-conda-misc-1/runs/1510103359?check_suite_focus=true
    Disabling it fixed Windows builds.
    tjurtsch committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b4f3246 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    911fefc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1721ed8 View commit details
    Browse the repository at this point in the history
  7. Update macOS SDK location

    tjurtsch committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1c94eb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f170a02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a4376f View commit details
    Browse the repository at this point in the history
  10. Update README.md

    tjurtsch committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    92458e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Install pexpect

    tjurtsch committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7547186 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Add Github action definition

    tjurtsch committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    5158c1d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    865f4c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Revert "install.sh: limit additional channels"

    This reverts commit f170a02.
    tjurtsch committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    48d51ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767d83d View commit details
    Browse the repository at this point in the history
  3. Correct channel labels

    tjurtsch committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    1b3dc51 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Force upload to temporary label

    Upload resulted in an error when there was already package in this
    version in channel
    https://github.com/antmicro/litex-conda-misc-1/runs/1616885674?check_suite_focus=true
    tjurtsch committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d3ebc64 View commit details
    Browse the repository at this point in the history
  2. Remove fixup-git.sh

    tjurtsch committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cc37d7a View commit details
    Browse the repository at this point in the history
  3. action.yml: little cleanup

    tjurtsch committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    45056ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5642fc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. master-package: source common.sh

    We need Conda environment set when script is executed.
    tjurtsch committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    70b0e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b078359 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4a787 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcfb19e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    ca3f9ef View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Ensure that all the other jobs were completed before

    We use this simple counter condition to determine if
    all jobs were queued and completed. Not queued jobs
    aren't returned in API call.
    tjurtsch committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    8c7d40f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e118870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2991a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f00165 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d89aff View commit details
    Browse the repository at this point in the history