mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
ci: make the vab-compiles-v-examples
job, more robust to github runner and Android SDK changes (#20462)
This commit is contained in:
parent
fd269cad87
commit
28e810d92e
8
.github/workflows/vab_ci.yml
vendored
8
.github/workflows/vab_ci.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: vab CI
|
name: vab CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_call:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
@ -19,7 +20,7 @@ jobs:
|
|||||||
- uses: actions/setup-java@v2
|
- uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: 8
|
java-version: 11
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build V
|
- name: Build V
|
||||||
@ -38,7 +39,10 @@ jobs:
|
|||||||
run: vab --help
|
run: vab --help
|
||||||
|
|
||||||
- name: Run vab doctor
|
- name: Run vab doctor
|
||||||
run: vab doctor
|
run: |
|
||||||
|
vab doctor
|
||||||
|
which d8 || true
|
||||||
|
which dx || true
|
||||||
|
|
||||||
- name: Build graphical V examples as APK
|
- name: Build graphical V examples as APK
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user