Skip to content

Commit

Permalink
swap build order
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Jul 12, 2024
1 parent 7745e3f commit 66e40b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-halide-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
run: meson setup --vsenv proximal/halide proximal/halide/build
if: startsWith(matrix.os, 'window') == true

- name: Build ProxImaL-codegen
run: meson compile -C proximal/halide/build ladmm-runtime:alias

- name: Build Python interfaces
run: meson compile -C proximal/halide/build python_interface

- name: Build ProxImaL-codegen
run: meson compile -C proximal/halide/build ladmm-runtime:alias

- name: Run test suite
run: meson test -C proximal/halide/build --suite codegen

0 comments on commit 66e40b3

Please sign in to comment.