Skip to content
Snippets Groups Projects
This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
  1. Feb 22, 2024
  2. Feb 14, 2024
  3. Feb 07, 2024
    • Signal Linden's avatar
      Rename config.yaml to config.yml · 9b51fee9
      Signal Linden authored
      Issue template configuration is the only github configuration file I've found which does not support both `*.yaml` and `*.yml` extensions. Drat.
      9b51fee9
  4. Feb 05, 2024
  5. Jan 31, 2024
    • Bennett Goble's avatar
      build.yaml: Build shared branches · 27e3fdc9
      Bennett Goble authored
      We're currently building every single commit pushed to Github. This is
      racking up $20k in build charges a month and is generally superfluous.
      
      This changeset alters build triggers so that builds automatically run if
      they are committed to a **shared branch**:
      
      - `release/*` - A release stabilization branch
      - `project/*` - A project viewer branch
      - `main/*` - The default/stable branch
      
      PR commits are also automatically built.
      
      ...need to build another commit? Developers can trigger one using a
      manual workflow run.
      27e3fdc9
  6. Jan 29, 2024
  7. Jan 24, 2024
  8. Dec 18, 2023
  9. Nov 20, 2023
    • Bennett Goble's avatar
      Switch to viewer-build-util@v1 · c0ab8b8f
      Bennett Goble authored
      Switch the build workflow from targeting the `main` branch of
      viewer-build-util (which may receive breaking changes) to the stable
      `v1` major version tag.
      c0ab8b8f
    • Bennett Goble's avatar
      Only download release artifacts for release · 9b50c50b
      Bennett Goble authored
      Only download and publish installers on public releases. This simplifies
      the release process, as the flatten_files utility from
      viewer-build-utils is not necessary this way. More importantly, it
      doesn't clutter public releases with files that shouldn't be published
      such as debug symbols.
      9b50c50b
  10. Oct 26, 2023
  11. Oct 25, 2023
  12. Oct 18, 2023
  13. Oct 13, 2023
  14. Oct 12, 2023
  15. Oct 05, 2023
  16. Oct 03, 2023
    • Nat Goodspeed's avatar
      SL-19242: Remove signing and packaging from viewer_manifest.py · 1684d624
      Nat Goodspeed authored
      for Mac and Windows. That's now done by subsequent jobs in the GitHub build.
      Remove workflow step to upload installers before signing and packaging jobs.
      
      Remove from viewer_manifest.py conditionals for 32-bit Windows or Mac.
      
      Also bump to actions/checkout@v4, per dependabot.
      1684d624
  17. Oct 02, 2023
  18. Sep 25, 2023
  19. Sep 20, 2023
  20. Sep 19, 2023
  21. Sep 18, 2023
  22. Sep 15, 2023
  23. Sep 12, 2023
  24. Sep 11, 2023
    • Nat Goodspeed's avatar
      SL-19242: Try harder to post artifacts containing exactly app image. · 29300a1f
      Nat Goodspeed authored
      In a Windows build tree, we don't actually have an app-named top directory, so
      don't package its containing directory -- just the app dir itself, e.g.
      "newview/Release".
      
      In a Mac build tree, though we do have "Second Life Mumble.app", its parent
      directory also contains other large stuff. Try posting a temp directory
      containing a symlink to the .app.
      
      Ditch the "!*.bat" exclusion: the presence of a second path (even an
      exclusion) changes how upload-artifact nests its contents.
      29300a1f
  25. Sep 08, 2023
Loading