Skip to content

Commit

Permalink
Add macos builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jun 20, 2024
1 parent 59d962c commit 9f590d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
matrix:
python-version: ['3.10', '3.11', '3.12']
compiler: ['gcc', 'clang']
os: [macos, ubuntu]

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest
env:
COMPILER: ${{ matrix.compiler }}
PYTHON_CMD: "python${{ matrix.python-version }}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/do-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ${TEST_CMD} --enc --sln16k --bend ${TDDIR}/pcminb.dat pcminb.g722.out
${TEST_CMD} --sln16k --bend pcminb.g722.out pcminb.raw.16k.out
${TEST_CMD} --enc test.raw.out test.g722.out
${TEST_CMD} --sln16k ${TDDIR}/fullscale.g722 fullscale.raw.out
sha256sum test.raw.out test.raw.16k.out pcminb.g722.out pcminb.raw.16k.out \
openssl sha256 -r test.raw.out test.raw.16k.out pcminb.g722.out pcminb.raw.16k.out \
test.g722.out fullscale.raw.out | diff ${TDDIR}/test.checksum -
12 changes: 6 additions & 6 deletions test_data/test.checksum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
8eb29e8e9feb9709d96c7bbda37cbb2f77510fcfab2d1f48a495178cd2231253 test.raw.out
a886f22d37ecd356e1963072bc481ed2c5dd12539428188d9779d33a520f3ff8 test.raw.16k.out
fc0abeb220fc66fc7d5429758dff26b56bdc9e2d64ce701a5b2489ba3a2fb877 pcminb.g722.out
6f80f1635a58a9352b1a31357f6f3feea4459953df34d6d275167f4c3e8cc967 pcminb.raw.16k.out
cb8edfaa7b5a85384dde8e0c9976f5247294732d6caf32c07b94510fc8844403 test.g722.out
e70c92cd2068d112839db12bfaa787cc0ea9a809b64fbf62fd78b6041cd9fbcc fullscale.raw.out
8eb29e8e9feb9709d96c7bbda37cbb2f77510fcfab2d1f48a495178cd2231253 *test.raw.out
a886f22d37ecd356e1963072bc481ed2c5dd12539428188d9779d33a520f3ff8 *test.raw.16k.out
fc0abeb220fc66fc7d5429758dff26b56bdc9e2d64ce701a5b2489ba3a2fb877 *pcminb.g722.out
6f80f1635a58a9352b1a31357f6f3feea4459953df34d6d275167f4c3e8cc967 *pcminb.raw.16k.out
cb8edfaa7b5a85384dde8e0c9976f5247294732d6caf32c07b94510fc8844403 *test.g722.out
e70c92cd2068d112839db12bfaa787cc0ea9a809b64fbf62fd78b6041cd9fbcc *fullscale.raw.out

0 comments on commit 9f590d0

Please sign in to comment.