Giter VIP home page Giter VIP logo

Comments (13)

Him188 avatar Him188 commented on May 18, 2024

For artifacts downloading? I think JCenter is sufficient

from mirai.

ice1000 avatar ice1000 commented on May 18, 2024

For testing

from mirai.

Him188 avatar Him188 commented on May 18, 2024

OK

from mirai.

ice1000 avatar ice1000 commented on May 18, 2024

Cool!

from mirai.

Him188 avatar Him188 commented on May 18, 2024

😉

from mirai.

ice1000 avatar ice1000 commented on May 18, 2024

😉😉😉😉😉😉😉

from mirai.

niltok avatar niltok commented on May 18, 2024

For testing

How to test a qq bot? @ice1000

from mirai.

ice1000 avatar ice1000 commented on May 18, 2024

For testing

How to test a qq bot? @ice1000

At least we can test some http things

from mirai.

Him188 avatar Him188 commented on May 18, 2024

For testing

How to test a qq bot? @ice1000

For unit tests.

  • TypeConvertions, e.g. int->bytearray
  • LockFreeLinkedList
  • GroupId <-> GroupInternalId

from mirai.

ice1000 avatar ice1000 commented on May 18, 2024

I'd say, mostly, we're ensuring the project can be compiled.

from mirai.

liujiahua123123 avatar liujiahua123123 commented on May 18, 2024

CI can not handle this project currently since certain parts(Android SDK staff) require jdk8 while some parts require jdk11.

.travis.yml was uploaded, pls help if you know how to resolve.

language: android

jdk: oraclejdk8
### need JDK11

env:
  global:
    - ANDROID_API_LEVEL=28
    - ANDROID_BUILD_TOOLS_VERSION=28.0.3
    - ANDROID_ABI=armeabi-v7a

android:
  components:
    - tools
    - platform-tools
    - tools
    - extra-android-m2repository
  licenses:
    - 'android-sdk-preview-license-52d11cd2'
    - 'android-sdk-license-.+'
    - 'google-gdk-license-.+'

before_install:
  - touch $HOME/.android/repositories.cfg
  - yes | sdkmanager "platforms;android-28"
  - yes | sdkmanager "build-tools;28.0.3"

### need JDK8( SDK manager thing)

before_cache:
  - rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock
  - rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
  directories:
    - $HOME/.gradle/caches/
    - $HOME/.gradle/wrapper/
    - $HOME/.android/build-cache

before_script:
  - chmod +x gradlew

script:
  - ./gradlew clean build
  - ./gradlew test

from mirai.

Him188 avatar Him188 commented on May 18, 2024

CI is now working

from mirai.

ice1000 avatar ice1000 commented on May 18, 2024

dl, sdl, awsl

from mirai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.