Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,23 +165,38 @@ jobs:
run: |
#*.po and documentation.pot are modifyed by build. Ignore them for now.
.github/scripts/verify-clean-repo.sh ':(exclude)docs/po/*.po' ':(exclude)docs/po/documentation.pot'
- name: Upload build artifacts
uses: actions/upload-artifact@v7
with:
name: linuxcnc-doc
path: docs/build/html*/ #Preserve the path for html
if-no-files-found: error

package-arch:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: ["ubuntu-24.04", "ubuntu-24.04-arm"]
image: ["debian:bookworm", "debian:trixie", "debian:sid"]
include:
- allow_fail: False
image: debian:bookworm
- allow_fail: False
image: debian:trixie
- allow_fail: True
image: debian:sid
container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
# SYS_ADMIN is needed for shmctl IPC_SET
options: --cap-add=IPC_OWNER --cap-add=SYS_ADMIN
continue-on-error: ${{ matrix.allow_fail }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo Allow failure: ${{ matrix.allow_fail }}
echo Number of CPUs: $(nproc)
echo "$GITHUB_CONTEXT"
- name: Install pre-dependencies
Expand Down Expand Up @@ -255,16 +270,25 @@ jobs:
strategy:
matrix:
image: ["debian:bookworm", "debian:trixie", "debian:sid"]
include:
- allow_fail: False
image: debian:bookworm
- allow_fail: False
image: debian:trixie
- allow_fail: True
image: debian:sid
container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
# SYS_ADMIN is needed for shmctl IPC_SET
options: --cap-add=IPC_OWNER --cap-add=SYS_ADMIN
continue-on-error: ${{ matrix.allow_fail }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo Allow failure: ${{ matrix.allow_fail }}
echo Number of CPUs: $(nproc)
echo "$GITHUB_CONTEXT"
- name: Install pre-dependencies
Expand Down
Empty file modified configs/sim/woodpecker/tool_icons/ball_end_mill.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/ballend_straight.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/center_drill.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/drill.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/gauge.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/not_found.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/probe.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/spiral_ball_end.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/spiral_downcut_2F.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/spiral_upcut.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/surfacing.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/tapered_ball_end.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/upcut_spiral.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/vbit-60.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/vbit-90.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified configs/sim/woodpecker/tool_icons/vbit-90deg.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/src/getting-started/images/upgrading-to-2.9.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/src/gui/images/gremlin_extents_non-rotated.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/src/gui/images/gremlin_extents_rotated_30.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified lib/python/qtvcp/lib/auto_height/images/auto_height.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified share/qtvcp/screens/qtdragon_hd/images/tool_icons/drill.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified share/qtvcp/screens/qtdragon_hd/images/tool_icons/not_found.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified share/qtvcp/screens/qtdragon_hd/images/tool_icons/probe.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified share/qtvcp/screens/qtdragon_hd/images/tool_icons/surfacing.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/ball_end_mill.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/ballend_straight.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/center_drill.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/drill.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/not_found.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/probe.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/spiral_downcut_2F.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/spiral_upcut.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/surfacing.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/tapered_ball_end.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/upcut_spiral.png
100755 → 100644
Empty file modified share/qtvcp/screens/woodpecker/tool_icons/vbit-90deg.png
100755 → 100644
Loading