Skip to content

Commit

Permalink
GHA: update
Browse files Browse the repository at this point in the history
  • Loading branch information
petersteneteg committed Nov 5, 2024
1 parent 7a50467 commit 94f7642
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/presets/common.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"version": 6,
"cmakeMinimumRequired": { "major": 3, "minor": 23, "patch": 0 },
"include" : [
"${parentSourceDir}/modules/.github/presets/linux.json"
],
"configurePresets": [
{
"name": "gha-modules",
Expand Down
4 changes: 2 additions & 2 deletions .github/presets/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 9,
"cmakeMinimumRequired": { "major": 3, "minor": 30, "patch": 0 },
"include" : [
"${parentSourceDir}/modules/.github/presets/common.json",
"${parentSourceDir}/inviwo/.github/presets/linux.json"
"${sourceParentDir}/modules/.github/presets/common.json",
"${sourceDir}/.github/presets/linux.json"
],
"configurePresets": [
{
Expand Down
4 changes: 2 additions & 2 deletions .github/presets/macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 9,
"cmakeMinimumRequired": { "major": 3, "minor": 30, "patch": 0 },
"include" : [
"${parentSourceDir}/modules/.github/presets/common.json",
"${parentSourceDir}/inviwo/.github/presets/macos.json"
"${sourceParentDir}/modules/.github/presets/common.json",
"${sourceDir}/.github/presets/macos.json"
],
"configurePresets": [
{
Expand Down
4 changes: 2 additions & 2 deletions .github/presets/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 9,
"cmakeMinimumRequired": { "major": 3, "minor": 30, "patch": 0 },
"include" : [
"${parentSourceDir}/modules/.github/presets/common.json",
"${parentSourceDir}/inviwo/.github/presets/windows.json"
"${sourceParentDir}/modules/.github/presets/common.json",
"${sourceDir}/.github/presets/windows.json"
],
"configurePresets": [
{
Expand Down

0 comments on commit 94f7642

Please sign in to comment.