File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ test_sw_jade :
2+ tags :
3+ - ga
4+ stage : format
5+ script :
6+ - . $HOME/esp/esp-idf/export.sh
7+ - cp configs/sdkconfig_jade.defaults sdkconfig.defaults
8+ - idf.py reconfigure
9+ - cd $CI_PROJECT_DIR
10+ - apt install -yqq python3-venv
11+ - virtualenv -p python3 venv
12+ - source venv/bin/activate
13+ - pip install -r requirements.txt
14+ - pip install -r pinserver/requirements.txt
15+ - pip install .
16+ - echo "----------------------- BUILD ---------------------------------"
17+ - python ./components/assets/gen_assets.py ./components/assets/asset_data.json ./build/esp-idf/assets/asset_data.inc
18+ - python ./components/assets/gen_assets.py ./components/assets/asset_data_testnet.json ./build/esp-idf/assets/asset_data_testnet.inc
19+ - CFLAGS="-O2" ./make_libjade.sh
20+ - echo "----------------------- STANDARD TESTS ------------------------"
21+ - rm -f *.pin; LD_LIBRARY_PATH=$PWD python ./test_jade.py --run_sw --swtimeout=0 --log CRITICAL
22+ - echo "----------------------- NON-LEGACY TESTS ----------------------"
23+ - rm -f *.pin; LD_LIBRARY_PATH=$PWD python ./test_jade.py --run_sw --swtimeout=0 --log CRITICAL --nolegacyflow
You can’t perform that action at this time.
0 commit comments