From 93c52b62acd21616e231092f3ab504bdccefaa55 Mon Sep 17 00:00:00 2001 From: Ali Chraghi Date: Wed, 25 May 2022 01:55:29 +0430 Subject: [PATCH] ci: add freetype --- .github/workflows/ci.yml | 6 +++--- .github/workflows/m1_ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fbb481e..78da4831 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - project: ['.', 'glfw'] + project: ['.', 'glfw', 'freetype'] # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # to the branch. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository @@ -45,7 +45,7 @@ jobs: runs-on: windows-latest strategy: matrix: - project: ['.', 'glfw'] + project: ['.', 'glfw', 'freetype'] # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # to the branch. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository @@ -80,7 +80,7 @@ jobs: runs-on: macos-latest strategy: matrix: - project: ['.', 'glfw'] + project: ['.', 'glfw', 'freetype'] # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # to the branch. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository diff --git a/.github/workflows/m1_ci.yml b/.github/workflows/m1_ci.yml index 07472755..7e0388af 100644 --- a/.github/workflows/m1_ci.yml +++ b/.github/workflows/m1_ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: [self-hosted, macOS, ARM64] strategy: matrix: - project: ['.', 'glfw'] + project: ['.', 'glfw', 'freetype'] defaults: run: shell: "/usr/bin/arch -arch arm64e /bin/bash --noprofile --norc -eo pipefail {0}"