File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - release/**
1515
1616jobs :
17- build_linux :
18-
19- runs-on : [self-hosted, eclipse, BrnoUBU0004]
20-
21- steps :
22- - uses : actions/checkout@v4
23-
24- - name : Set up Python
25- uses : actions/setup-python@v2
26- with :
27- python-version : ' 3.10'
28-
29- - name : Install ESP-IDF via eim
30- uses : espressif/install-esp-idf-action@v1
31- with :
32- version : ' v5.4'
33-
34- - name : Set up Maven
35- uses : stCarolas/setup-maven@v5
36- with :
37- maven-version : 3.9.6
38-
39- - name : Set up JDK 21
40- uses : actions/setup-java@v4
41- with :
42- java-version : ' 21'
43- distribution : ' temurin'
44- cache : ' maven'
45-
46- - name : Build with Maven
47- run : export NO_AT_BRIDGE=1 && mvn clean verify -Djarsigner.skip=true -DskipTests=false -DtestWorkspace=/opt/actions-runner/_work/workspace
48-
49- - name : Publish Test Reports
50- if : ${{ always() }}
51- uses : phoenix-actions/test-reporting@v12
52- with :
53- name : Linux Test Reports
54- path :
55- tests/*/*/*/TEST-*.xml
56- reporter : java-junit
57-
5817 build_macos :
5918 runs-on : macos-latest
6019
You can’t perform that action at this time.
0 commit comments