Compare commits
2 Commits
6e06ec0904
...
b55aaa1d18
Author | SHA1 | Date | |
---|---|---|---|
b55aaa1d18 | |||
34e19505bd |
@ -10,6 +10,20 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
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: make all -j`nproc` docs
|
||||
- run: docker build .
|
||||
|
Loading…
Reference in New Issue
Block a user