commit b8d73cf8ad60eba2201ce2675845261c68e4130e parent e3bc2a4ed66b8a54382f7b9306b3ea8fe3765cc3 Author: gstraube <gstraube@mailbox.org> Date: Sun, 28 Jan 2024 12:17:52 +0100 Remove build configuration Diffstat:
| D | .github/workflows/android.yml | | | 26 | -------------------------- |
| D | .travis.yml | | | 29 | ----------------------------- |
| M | README.md | | | 2 | -- |
3 files changed, 0 insertions(+), 57 deletions(-)
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -1,26 +0,0 @@ -name: Android CI - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - cache: gradle - - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew build diff --git a/.travis.yml b/.travis.yml @@ -1,29 +0,0 @@ -language: android - -jdk: oraclejdk8 - -android: - components: - - tools - - platform-tools - - tools - - build-tools-29.0.3 - - android-28 - - extra-android-support - - licenses: - - 'android-sdk-license-.+' - - 'android-sdk-preview-license-.+' - - '.+' - -before_install: - - mkdir "$ANDROID_HOME/licenses" || true - - echo -e "\n24333f8a63b6825ea9c5514f83c2829b004d1fee" > - "$ANDROID_HOME/licenses/android-sdk-license" - - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > - "$ANDROID_HOME/licenses/android-sdk-preview-license" - -script: ./gradlew build - -notifications: - email: false diff --git a/README.md b/README.md @@ -1,5 +1,3 @@ -[](https://travis-ci.org/gstraube/cythara) - # Cythara A musical instrument tuner for Android.