Skip to content

Commit

Permalink
πŸ”— :: CI Script update
Browse files Browse the repository at this point in the history
πŸ”— :: CI Script update
  • Loading branch information
HongSJae authored Mar 29, 2024
2 parents a41d2d3 + 16c7c37 commit ade350b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
27 changes: 0 additions & 27 deletions ci_scripts/ci_install_tuist.sh

This file was deleted.

8 changes: 5 additions & 3 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh
sh ci_install_tuist.sh
cd ../
git clone https://github.com/Team-return/JOBIS-v2-XCConfig.git
mv JOBIS-v2-XCConfig/XCConfig/ .

ci_scripts/tuist/tuist fetch
TUIST_CI=1 ci_scripts/tuist/tuist generate
brew install make
curl -Ls https://install.tuist.io | bash

tuist fetch
TUIST_CI=1 tuist generate

0 comments on commit ade350b

Please sign in to comment.