Skip to content

Commit

Permalink
For the mac job.
Browse files Browse the repository at this point in the history
  • Loading branch information
daisys-steve committed Mar 17, 2023
1 parent 1b0a77c commit c8e9cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
&& env NOCONFIGURE=1 am_opt=--copy ./autogen.sh
&& (./configure --enable-static --prefix=$PWD/inst || (cat config.log; false))
- name: make
run: make && (cd src && ls testlo && ./testlo && ls test_bidirectional_tcp && ./test_bidirectional_tcp && ls cpp_test && ./cpp_test) && (make check || (for i in src/*.log; do echo === $i ===; cat $i; done; false)) && make install && find inst
run: make && (make check || (for i in src/*.log; do echo === $i ===; cat $i; done; false)) && make install && find inst
- name: make test
run: make test
- name: make dist
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
- name: liblo make x86_64
run:
make
&& (cd src && ls testlo && ./testlo && ls test_bidirectional_tcp && ./test_bidirectional_tcp && ls cpp_test && ./cpp_test)
&& (make check || (for i in src/*.log; do echo === $i ===; cat $i; done; false))
&& make install
&& mv ./inst/lib/liblo.7.dylib ./inst/lib/liblo.7.dylib.x86_64
Expand Down

0 comments on commit c8e9cd5

Please sign in to comment.