Skip to content

Commit

Permalink
Make MacOS tests build a multiarch version of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesrob authored and jkbonfield committed Mar 20, 2023
1 parent 61cbd66 commit d4aed58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,14 @@ task:
package_install_script:
- brew install autoconf automake libtool

<< : *COMPILE
# Try building and testing a multiarch library
compile_script:
- autoreconf -i
- ./configure CFLAGS="-g -O3 -Wall -Werror -arch arm64 -arch x86_64"
- make -j4

test_script:
- make check

# # ----------
# # Windows MINGW.
Expand Down

0 comments on commit d4aed58

Please sign in to comment.