Skip to content

🔀 Merge branch 'hugo/feature/Add-overlay-on… #1678

🔀 Merge branch 'hugo/feature/Add-overlay-on…

🔀 Merge branch 'hugo/feature/Add-overlay-on… #1678

# Leka - iOS Monorepo
# Copyright 2023 APF France handicap
# SPDX-License-Identifier: Apache-2.0
name: Tuist - Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
TUIST_TURN_OFF_LINTERS: TRUE
jobs:
build:
name: build
runs-on: [self-hosted, iOS]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1 # shallow clone
lfs: true
- name: tuist fetch
run: |
tuist fetch
- name: tuist generate
run: |
tuist generate -n
- name: tuist build
run: |
tuist build