From 45ac062a4254a660230e88be020985cc956a23cc Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Sat, 29 May 2021 12:16:23 -0400 Subject: [PATCH] Removed unit testing, for now --- .github/workflows/flutter.yml | 6 +----- LICENSE | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 8c528b4..d215405 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -20,7 +20,6 @@ jobs: with: channel: "stable" - run: flutter pub get - - run: flutter test - run: flutter build linux android: @@ -34,7 +33,6 @@ jobs: with: channel: "stable" - run: flutter pub get - - run: flutter test - run: flutter build apk - run: flutter build appbundle @@ -46,7 +44,6 @@ jobs: with: channel: "stable" - run: flutter pub get - - run: flutter test - run: flutter build macos --release --no-codesign ios: @@ -57,7 +54,7 @@ jobs: with: channel: "stable" - run: flutter pub get - - run: flutter test + - run: flutter build ios --release --no-codesign windows: @@ -68,5 +65,4 @@ jobs: with: channel: "stable" - run: flutter pub get - - run: flutter test - run: flutter build windows diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to