diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a3ab46..9d36a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,3 +29,18 @@ jobs: - name: test run: | make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y test + + macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: build + run: | + make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y + - name: stats + run: | + make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y qjs + ./qjs -qd + - name: test + run: | + make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y test