Skip to content

Commit

Permalink
ci: re-enable tests for simple example using Zig build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent 06c5acf commit af124ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ simulate_simple_make "qemu_arm_virt" "debug"
build_simple_make "qemu_arm_virt" "release"
simulate_simple_make "qemu_arm_virt" "release"

# @ivanv: re-enable
# build_simple_zig "qemu_arm_virt" "debug"
# simulate_simple_zig "qemu_arm_virt" "debug"
# build_simple_zig "qemu_arm_virt" "release"
# simulate_simple_zig "qemu_arm_virt" "release"
build_simple_zig "qemu_arm_virt" "debug"
simulate_simple_zig "qemu_arm_virt" "debug"
build_simple_zig "qemu_arm_virt" "release"
simulate_simple_zig "qemu_arm_virt" "release"

build_simple_make "odroidc4" "debug"
build_simple_make "odroidc4" "release"
Expand Down

0 comments on commit af124ea

Please sign in to comment.