FreeCAD / FreeCAD-snap

The official Snap package of the FreeCAD project
https://snapcraft.io/freecad
8 stars 9 forks source link

Test build: Overlay doc widgets (realthunder) #72

Closed luzpaz closed 1 year ago

luzpaz commented 1 year ago

Generating test builds for https://github.com/FreeCAD/FreeCAD/pull/7888

github-actions[bot] commented 1 year ago

A build from commit 41941d6b21ed28ccdf5a299d9e33bcaf09a91d4f has been published to channel edge/pr-72 as revision 457.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-72 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-72 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-72 freecad_pr72
    $ freecad_pr72 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
luzpaz commented 1 year ago

@ipatch would you be open to spinning up a macOS build of realthuder's PR for other testers ?

github-actions[bot] commented 1 year ago

A build from commit b7e9dd4727949e6e023564be13d131fc3d03cafb has been published to channel edge/pr-72 as revision 460.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-72 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-72 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-72 freecad_pr72
    $ freecad_pr72 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
luzpaz commented 1 year ago

Closing since builds expire after 1 month