forked from vilemduha/blendercam
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from SpectralVectors/master
Test Suite Fixes
- Loading branch information
Showing
64 changed files
with
175,536 additions
and
176,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,20 +8,20 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: ['ubuntu-latest','windows-latest'] | ||
blender_version: ['3.6.7','4.1'] | ||
include: | ||
- os: 'macos-latest' | ||
blender_version: 'ignored' | ||
blender_version: ['4.2.1'] | ||
# include: | ||
# - os: 'macos-latest' | ||
# blender_version: '4.2.1' | ||
runs-on: ${{matrix.os}} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install bash 4(macOS) | ||
if: runner.os == 'macOS' | ||
run: brew install bash | ||
- name: Install blender (macOS) | ||
if: runner.os == 'macOS' | ||
run: brew install --cask blender | ||
# - name: Install bash 4(macOS) | ||
# if: runner.os == 'macOS' | ||
# run: brew install bash | ||
# - name: Install blender (macOS) | ||
# if: runner.os == 'macOS' | ||
# run: brew install --cask blender | ||
- name: Cache blender | ||
id: cache-blender | ||
if: runner.os != 'macOS' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div align="center"> | ||
|
||
![BlenderCAM](documentation/images/logo.png) | ||
|
||
- - - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+13.9 KB
(100%)
scripts/addons/cam/tests/test_data/4axistest/4axistest.blend
Binary file not shown.
Binary file not shown.
Oops, something went wrong.