diff options
| author | Ray <[email protected]> | 2020-08-17 20:54:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-17 20:54:10 +0200 |
| commit | 62302b1f71d9f2ae266b7b1761078c458fcfaeac (patch) | |
| tree | 2663f71525eaf8acbc43a3c32202ef9fbb15b084 /.github/workflows/ci_src_examples_macos.yml | |
| parent | 18aef2f781f401493cebbf619002d21ab36d6011 (diff) | |
| download | raylib-62302b1f71d9f2ae266b7b1761078c458fcfaeac.tar.gz raylib-62302b1f71d9f2ae266b7b1761078c458fcfaeac.zip | |
Update and rename ci_src_examples_macos.yml to macos.yml
Diffstat (limited to '.github/workflows/ci_src_examples_macos.yml')
| -rw-r--r-- | .github/workflows/ci_src_examples_macos.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/ci_src_examples_macos.yml b/.github/workflows/ci_src_examples_macos.yml deleted file mode 100644 index 595e1990..00000000 --- a/.github/workflows/ci_src_examples_macos.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: CI - Source & Examples - macOS - -on: [push, pull_request] - -jobs: - build: - runs-on: macos-latest - steps: - - uses: actions/checkout@v1 - - name: make src - run: cd src && make PLATFORM=PLATFORM_DESKTOP - - name: make examples - run: cd examples && make PLATFORM=PLATFORM_DESKTOP |
