Skip to content

Commit

Permalink
chore: Remove ci-flutter and ci-release-flutter cmake presets
Browse files Browse the repository at this point in the history
We already have 4 other equivalent presets which we'll add
to flutter.yml, no need for special prefix
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent 61ed8d5 commit 8498509
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,18 +517,6 @@
"KDDockWidgets_FRONTENDS": "qtquick"
}
},
{
"name": "ci-flutter",
"displayName": "ci-flutter",
"description": "Builds only the flutter frontend. Tests that build passes without Qt.",
"binaryDir": "${sourceDir}/build-ci-flutter",
"generator": "Ninja",
"cacheVariables": {
"KDDockWidgets_DEVELOPER_MODE": "OFF",
"CMAKE_BUILD_TYPE": "Release",
"KDDockWidgets_FRONTENDS": "flutter"
}
},
{
"name": "ci-dev-qt6",
"displayName": "ci-dev-qt6",
Expand Down Expand Up @@ -581,15 +569,6 @@
"KDDockWidgets_FRONTENDS": "qtquick"
}
},
{
"name": "ci-release-flutter",
"description": "Release flutter",
"displayName": "ci-release-flutter",
"binaryDir": "${sourceDir}/build-ci-release-flutter",
"inherits": [
"release-flutter"
]
},
{
"name": "ci-dev-valgrind-qt5",
"displayName": "ci-dev-valgrind-qt5",
Expand Down

0 comments on commit 8498509

Please sign in to comment.