diff --git a/.github/workflows/build-unix.yml b/.github/workflows/build-unix.yml index dbb1d749c1..150e536bc4 100644 --- a/.github/workflows/build-unix.yml +++ b/.github/workflows/build-unix.yml @@ -26,7 +26,7 @@ jobs: matrix: os: - ubuntu-18.04 - - macos-latest + # - macos-latest php: - '7.0' @@ -109,9 +109,9 @@ jobs: sudo rm -f /etc/apt/sources.list.d/dotnetdev.list sudo rm -f /etc/apt/sources.list.d/azure*.list - - name: Install System Dependencies (macOS) - if: startsWith(runner.os, 'macOS') - run: brew install re2c + # - name: Install System Dependencies (macOS) + # if: startsWith(runner.os, 'macOS') + # run: brew install re2c - name: Install System Dependencies (Linux) if: startsWith(runner.os, 'Linux') @@ -167,15 +167,15 @@ jobs: zephir stubs zephir api - - name: Compile Test Project (macOS) - if: startsWith(runner.os, 'macOS') - run: | - # These variables are needed to produce non optimized code - CFLAGS="-O0 -g" - CXXFLAGS="-O0 -g" + # - name: Compile Test Project (macOS) + # if: startsWith(runner.os, 'macOS') + # run: | + # # These variables are needed to produce non optimized code + # CFLAGS="-O0 -g" + # CXXFLAGS="-O0 -g" - # Export variables in the subshell to not shadow global variables - ( export CFLAGS CXXFLAGS; zephir compile ) || false + # # Export variables in the subshell to not shadow global variables + # ( export CFLAGS CXXFLAGS; zephir compile ) || false - name: Compile Test Project (Linux) if: startsWith(runner.os, 'Linux') diff --git a/README.md b/README.md index 89728876fc..cfefec6e92 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [![Zephir][zephir logo]][web site] -[![Build on Linux][actions lin badge]][actions link] -[![Build on Windows][actions win badge]][actions link] +[![Build on Linux][actions unix]][actions link] +[![Build on Windows][actions windows]][actions link] [![Latest Stable Version][version badge]][packagist link] [![MIT License][license badge]](./LICENSE) @@ -53,8 +53,8 @@ Zephir licensed under the MIT License. See the [LICENSE](./LICENSE) file for mor [zephir logo]: https://assets.phalconphp.com/zephir/zephir_logo-105x36.svg [web site]: https://zephir-lang.com [actions link]: https://github.com/phalcon/zephir/actions -[actions lin badge]: https://github.com/phalcon/zephir/workflows/Linux%20CI/badge.svg -[actions win badge]: https://github.com/phalcon/zephir/workflows/Windows%20CI/badge.svg +[actions unix]: https://github.com/phalcon/zephir/workflows/Unix%20CI/badge.svg +[actions windows]: https://github.com/phalcon/zephir/workflows/Windows%20CI/badge.svg [version badge]: https://poser.pugx.org/phalcon/zephir/v/stable.svg [packagist link]: https://packagist.org/packages/phalcon/zephir [license badge]: https://poser.pugx.org/phalcon/zephir/license.svg