Skip to content

Commit

Permalink
Remove Tuist
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mark committed Jun 7, 2024
1 parent 4b44035 commit 709ffe4
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 260 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,35 +113,3 @@ jobs:
run: git clean -ffdxq
if: always()
continue-on-error: true

build-and-test-tuist:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install tuist
run: |
curl -Ls https://install.tuist.io | bash
tuist local 3.19.0
- name: Clean
working-directory: Example
run: tuist clean

- name: Fetch dependencies
working-directory: Example
run: tuist fetch

- name: Generate project
working-directory: Example
run: tuist generate --no-open

- name: Build and run tests
working-directory: Example
run: tuist test

- name: Post job cleanup
run: git clean -ffdxq
if: always()
continue-on-error: true
113 changes: 0 additions & 113 deletions Example/Project.swift

This file was deleted.

5 changes: 0 additions & 5 deletions Example/Tuist/Config.swift

This file was deleted.

16 changes: 0 additions & 16 deletions Example/Tuist/Dependencies.swift

This file was deleted.

10 changes: 0 additions & 10 deletions Example/Tuist/ProjectDescriptionHelpers/Project+Templates.swift

This file was deleted.

68 changes: 0 additions & 68 deletions Project.swift

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/LassoTestUtilities/NavigationTesting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public extension XCTestCase {
throw NavigationPresentationError.unexpectedStackFollowingRootEvent(navigationController: nav)
}
return root
},
},
when: event,
timeout: timeout,
onViewDidLoad: onViewDidLoad,
Expand Down
5 changes: 0 additions & 5 deletions Tuist/Config.swift

This file was deleted.

10 changes: 0 additions & 10 deletions Tuist/ProjectDescriptionHelpers/Project+Templates.swift

This file was deleted.

0 comments on commit 709ffe4

Please sign in to comment.