From e64efddda3cd3a122f72f6f7fe6e8fbd8b663dc5 Mon Sep 17 00:00:00 2001 From: jared Date: Sat, 7 Dec 2019 16:20:27 +0800 Subject: [PATCH] remove scripts --- README-en.md | 51 ++++++++++++++++++++++++++++++--------- scripts/macos/build.sh | 3 --- scripts/macos/deploy.sh | 4 --- scripts/macos/install.sh | 3 --- scripts/ubuntu/build.sh | 4 --- scripts/ubuntu/install.sh | 6 ----- 6 files changed, 40 insertions(+), 31 deletions(-) delete mode 100644 scripts/macos/build.sh delete mode 100644 scripts/macos/deploy.sh delete mode 100644 scripts/macos/install.sh delete mode 100644 scripts/ubuntu/build.sh delete mode 100644 scripts/ubuntu/install.sh diff --git a/README-en.md b/README-en.md index cc8b205..0764df1 100644 --- a/README-en.md +++ b/README-en.md @@ -6,7 +6,9 @@ - [catalogue](#catalogue) - [TaoQuick](#taoquick) - [Badge preview](#badge-preview) - - [Project Status](#project-status) + - [Project](#project) + - [Build](#build) + - [Release](#release) - [Repository status](#repository-status) - [Issue](#issue) - [Other status](#other-status) @@ -28,27 +30,54 @@ This is a QtQuick/Qml Component library, integrated some commonly used QtQuick c make the appropriate function expansion to facilitate development of Qml applications. ## Badge preview -### Project Status -|[Best Practices plan][CII-link]|[License][license-link]| [Ubuntu/MacOS][lin-link] | [Windows][win-link] |[Released][release-link]|[Download][download-link]|Download count| -|:--:|:--:|:--:|:--:|:--:|:--:|:--:| -|![CII-badge]|![license-badge]|![lin-badge]| ![win-badge]|![release-badge] |![download-badge]|![download-latest]| + +### Project + +|[Best Practices plan][CII-link]|[License][license-link]| +|:--:|:--:| +|![CII-badge]|![license-badge]| [license-link]: https://github.com/jaredtao/TaoQuick/blob/master/LICENSE "LICENSE" [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg "MIT" +[CII-badge]: https://bestpractices.coreinfrastructure.org/projects/3060/badge +[CII-link]: https://bestpractices.coreinfrastructure.org/projects/3060 -[lin-badge]: https://travis-ci.com/jaredtao/TaoQuick.svg?branch=master "Travis build status" -[lin-link]: https://travis-ci.com/jaredtao/TaoQuick "Travis build status" -[win-badge]: https://ci.appveyor.com/api/projects/status/ontim37g33hvfv72?svg=true "AppVeyor build status" -[win-link]: https://ci.appveyor.com/project/jiawentao/TaoQuick "AppVeyor build status" +### Build + +| [Windows][win-link]| [Ubuntu][ubuntu-link]|[MacOS][macos-link]|[Android][android-link]|[IOS][ios-link]| +|---------------|---------------|-----------------|-----------------|----------------| +| ![win-badge] | ![ubuntu-badge] | ![macos-badge] |![android-badge] |![ios-badge] | + + +[win-link]: https://github.com/JaredTao/TaoQuick/actions?query=workflow%3AWindows "WindowsAction" +[win-badge]: https://github.com/JaredTao/TaoQuick/workflows/Windows/badge.svg "Windows" + +[ubuntu-link]: https://github.com/JaredTao/TaoQuick/actions?query=workflow%3AUbuntu "UbuntuAction" +[ubuntu-badge]: https://github.com/JaredTao/TaoQuick/workflows/Ubuntu/badge.svg "Ubuntu" + +[macos-link]: https://github.com/JaredTao/TaoQuick/actions?query=workflow%3AMacOS "MacOSAction" +[macos-badge]: https://github.com/JaredTao/TaoQuick/workflows/MacOS/badge.svg "MacOS" + +[android-link]: https://github.com/JaredTao/TaoQuick/actions?query=workflow%3AAndroid "AndroidAction" +[android-badge]: https://github.com/JaredTao/TaoQuick/workflows/Android/badge.svg "Android" + +[ios-link]: https://github.com/JaredTao/TaoQuick/actions?query=workflow%3AIOS "IOSAction" +[ios-badge]: https://github.com/JaredTao/TaoQuick/workflows/IOS/badge.svg "IOS" + +### Release + +|[Released][release-link]|[Download][download-link]|Download count| +|:--:|:--:|:--:| +|![release-badge] |![download-badge]|![download-latest]| [release-link]: https://github.com/jaredtao/TaoQuick/releases "Release status" [release-badge]: https://img.shields.io/github/release/jaredtao/TaoQuick.svg?style=flat-square "Release status" [download-link]: https://github.com/jaredtao/TaoQuick/releases/latest "Download status" [download-badge]: https://img.shields.io/github/downloads/jaredtao/TaoQuick/total.svg "Download status" [download-latest]: https://img.shields.io/github/downloads/jaredtao/TaoQuick/latest/total.svg "latest status" -[CII-badge]: https://bestpractices.coreinfrastructure.org/projects/3060/badge -[CII-link]: https://bestpractices.coreinfrastructure.org/projects/3060 + ### Repository status + |Tag|Languages|Top Language|code size|repo size| |:--: |:--: |:--:|:--:|:--:| |![tag-latest]|![languanges]|![taolanguage]|![code-size]|![repo-size]| diff --git a/scripts/macos/build.sh b/scripts/macos/build.sh deleted file mode 100644 index 9eccf8d..0000000 --- a/scripts/macos/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/bash -/usr/local/opt/qt/bin/qmake -make diff --git a/scripts/macos/deploy.sh b/scripts/macos/deploy.sh deleted file mode 100644 index 28ddcbf..0000000 --- a/scripts/macos/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/bash -mkdir bin/release/TaoQuickApp.app/Contents/Resources/qml -/usr/local/opt/qt/bin/macdeployqt bin/release/TaoQuickApp.app -qmldir=/usr/local/opt/qt/qml -verbose=1 -dmg -mv bin/release/TaoQuickApp.dmg bin/release/TaoQuickApp_macos10-14_xcode10-2.dmg diff --git a/scripts/macos/install.sh b/scripts/macos/install.sh deleted file mode 100644 index a1c1c09..0000000 --- a/scripts/macos/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/bash -brew update -brew install qt diff --git a/scripts/ubuntu/build.sh b/scripts/ubuntu/build.sh deleted file mode 100644 index e7110b8..0000000 --- a/scripts/ubuntu/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/bash -source /opt/qt512/bin/qt512-env.sh -qmake -make -j$(nproc) \ No newline at end of file diff --git a/scripts/ubuntu/install.sh b/scripts/ubuntu/install.sh deleted file mode 100644 index a46587d..0000000 --- a/scripts/ubuntu/install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/bash -sudo add-apt-repository ppa:beineri/opt-qt-5.12.3-xenial -y -sudo apt-get update -qq -sudo apt-get install -y libglew-dev libglfw3-dev -sudo apt-get install -y qt512-meta-minimal -