Compare commits

..

No commits in common. "b55aaa1d18f8bf8ac7c2a55d44c1caae238e99ea" and "6e06ec0904ed8e2bcf4d7149ef9cf72975919e6f" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -10,20 +10,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'termurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages:
- tools
- platform-tools
- build-tools;34.0.0
- platforms;android-34
- ndk;r26d
- run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64 - run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64
- run: make all -j`nproc` docs - run: make all -j`nproc` docs
- run: docker build . - run: docker build .

0
core/.test Normal file
View File