File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,33 +24,33 @@ jobs:
2424
2525 matrix :
2626 idf-version :
27- - ' 4.4.6'
28- - ' 5.0.6'
29- - ' 5.1.3'
27+ - " 4.4.6"
28+ - " 5.0.6"
29+ - " 5.1.3"
3030
3131 steps :
32- - name : Checkout repo
33- uses : actions/checkout@v4
34- with :
35- repository : ' atomvm/AtomVM'
36- ref : ' release-0.6'
37-
38- - name : Checkout repo
39- uses : actions/checkout@v4
40- with :
41- path : ' ./src/platforms/esp32/components/atomgl/'
42-
43- - name : Build with idf.py
44- shell : bash
45- working-directory : ./src/platforms/esp32/
46- run : |
47- . $IDF_PATH/export.sh
48- idf.py reconfigure
49- idf.py build
50- idf.py size
51- - name : Print component size info with idf.py
52- shell : bash
53- working-directory : ./src/platforms/esp32/
54- run : |
55- . $IDF_PATH/export.sh
56- idf.py size-components
32+ - name : Checkout repo
33+ uses : actions/checkout@v4
34+ with :
35+ repository : " atomvm/AtomVM"
36+ ref : " release-0.6"
37+
38+ - name : Checkout repo
39+ uses : actions/checkout@v4
40+ with :
41+ path : " ./src/platforms/esp32/components/atomgl/"
42+
43+ - name : Build with idf.py
44+ shell : bash
45+ working-directory : ./src/platforms/esp32/
46+ run : |
47+ . $IDF_PATH/export.sh
48+ idf.py reconfigure
49+ idf.py build
50+ idf.py size
51+ - name : Print component size info with idf.py
52+ shell : bash
53+ working-directory : ./src/platforms/esp32/
54+ run : |
55+ . $IDF_PATH/export.sh
56+ idf.py size-components
You can’t perform that action at this time.
0 commit comments