srctree

Robin Linden parent d5696494 d14350f2
Disable failing CI jobs

This is sad, but for now only the from-source jobs work as thejvm-toxcore-* packages only were published to Bintray. I don't own theorg.toktok domain, so I can't 1:1 transfer them to Maven Central. I willcontinue investigating alternative hosting solutions like migrating thepackages to Maven Central under the ltd.evilcorp namespace, usingjitpack instead, or hosting GitHub Packages.

inlinesplit
.github/workflows/ci.yaml added: 18, removed: 17, total 1
@@ -27,22 +27,23 @@ jobs:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
 
gradle:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 6
matrix:
os:
- ubuntu-20.04
- macOS-10.15
- windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and test
run: ./gradlew build
# TODO(robinlinden): Re-enable once the jvm-toxcore-* libraries are published somewhere.
# gradle:
# runs-on: ${{ matrix.os }}
# strategy:
# max-parallel: 6
# matrix:
# os:
# - ubuntu-20.04
# - macOS-10.15
# - windows-2019
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-java@v1
# with:
# java-version: 1.8
# - name: Build and test
# run: ./gradlew build
 
bazel:
runs-on: ubuntu-20.04