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

Add GitHub Actions CI #29

Merged
merged 8 commits into from
Jun 10, 2021
Merged

Add GitHub Actions CI #29

merged 8 commits into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. Add GitHub Actions CI

    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    da46c04 View commit details
    Browse the repository at this point in the history
  2. Tweak install_faiss_c.sh

    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    47e7c0c View commit details
    Browse the repository at this point in the history
  3. Tweak install_faiss_c.sh

    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    044ff6d View commit details
    Browse the repository at this point in the history
  4. Tweak CI workflow

    - move LD_LIBRARY_PATH env set to workflow
    - tweak Faiss building to try to make compilation faster
    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2eba33b View commit details
    Browse the repository at this point in the history
  5. Tweak CI

    - add caching of Faiss content
    - copy Faiss .so files to system lib path
      instead of updating LD_LIBRARY_PATH
       - the other way did not work
    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4ec80d2 View commit details
    Browse the repository at this point in the history
  6. Update CI workflow

    - add cache key
    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    18f37e2 View commit details
    Browse the repository at this point in the history
  7. Update CI workflow

    - Update cache name
    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6e9b6a5 View commit details
    Browse the repository at this point in the history
  8. Tweak ci/install_faiss_c.sh

    require bash
    Enet4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    73adb32 View commit details
    Browse the repository at this point in the history