Skip to content

Add Exceptions test #12

Add Exceptions test

Add Exceptions test #12

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: size without C++
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4
command: idf.py -DIDF_TARGET=esp32s3 build size -l
target: esp32s3
path: "."
# - name: using <string>
# uses: espressif/esp-idf-ci-action@v1
# with:
# esp_idf_version: v5.4
# command: idf.py -DIDF_TARGET=esp32s3 -DTEST_STRING=1 fullclean build size -l
# target: esp32s3
# path: "."
# - name: using <vector>
# uses: espressif/esp-idf-ci-action@v1
# with:
# esp_idf_version: v5.4
# command: idf.py -DIDF_TARGET=esp32s3 -DTEST_VECTOR=1 fullclean build size -l
# target: esp32s3
# path: "."
# - name: using <iostream>
# uses: espressif/esp-idf-ci-action@v1
# with:
# esp_idf_version: v5.4
# command: idf.py -DIDF_TARGET=esp32s3 -DTEST_IOSTREAM=1 fullclean build size -l
# target: esp32s3
# path: "."