Skip to content

Commit

Permalink
no-dpp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Apr 3, 2024
1 parent 12d610c commit f7f6de2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cp .github/workflows/ldc_targets/ldc2-${{ matrix.target }}.conf ldc2.conf
- name: build D basic-example
run: |
cd examples/idf-project-with-dpp
cd examples/idf-project
bash build.sh ${{ matrix.target }}
- uses: wokwi/wokwi-ci-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions ldc2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ default:
{
// default switches injected before all explicit command-line switches
switches = [
"-mtriple=xtensa-esp32-elf",
"-mcpu=esp32",
"-gcc=/opt/llvm-xtensa/bin/clang",
"-betterC",
"-linkonce-templates",
Expand Down
4 changes: 2 additions & 2 deletions wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
elf = "examples/idf-project-with-dpp/build/example.elf"
firmware = "examples/idf-project-with-dpp/build/example.bin"
elf = "examples/idf-project/build/example.elf"
firmware = "examples/idf-project/build/example.bin"

0 comments on commit f7f6de2

Please sign in to comment.