Skip to content

Commit 80ecbb3

Browse files
authored
Merge pull request #64 from Dids/development
Removing all build scripts and updating README.md
2 parents 832a743 + 44d1399 commit 80ecbb3

File tree

3 files changed

+11
-224
lines changed

3 files changed

+11
-224
lines changed

.scripts/build.sh

Lines changed: 0 additions & 158 deletions
This file was deleted.

.scripts/deploy.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,22 @@
22

33
# Clover Builder (Automated Clover Builds)
44

5-
*Show your support for this project by signing up for a [free Bitrise CI account!](https://app.bitrise.io?referrer=02c20c56fa07adcb)*
6-
7-
```text
8-
( ) ( ( ( ( (
9-
( )\ ) ( /( )\ ) ( )\ ))\ ))\ ) )\ )
10-
)\ (()/( )\())( ( ( (()/( ( )\ ( (()/(()/(()/( ( (()/(
11-
(((_) /(_)|(_)\ )\ )\ )\ /(_)) )((_) )\ /(_))(_))(_)) )\ /(_))
12-
)\___(_)) ((_|(_)((_|(_)(_)) ((_)_ _ ((_|_))(_))(_))_ ((_)(_))
13-
((/ __| | / _ \ \ / /| __| _ \ | _ ) | | |_ _| | | \| __| _ \
14-
| (__| |__| (_) \ V / | _|| / | _ \ |_| || || |__| |) | _|| /
15-
\___|____|\___/ \_/ |___|_|_\ |___/\___/|___|____|___/|___|_|_\
16-
17-
_ ____ _ _
18-
| |_ _ _ | \|_|_| |___
19-
| . | | | | | | | . |_ -|
20-
|___|_ | |____/|_|___|___|
21-
|___|
22-
```
5+
*Show your support for this project by signing up for a [free Bitrise CI account!](https://app.bitrise.io?referrer=02c20c56fa07adcb)* (this directly helps with being able to build this project)
236

247
A project that provides automated builds for every [Clover](https://clover-wiki.zetam.org) revision.
258

269
**DISCLAIMER:** These builds are automated and largely untested, so use them at your own discretion.
2710

11+
## Usage
12+
13+
Ths project uses [Clobber](https://github.com/Dids/clobber) for building Clover, which you can easily install yourself, as long as you have both [Xcode](https://developer.apple.com/xcode/) and [Homebrew](https://brew.sh/) installed:
14+
15+
> brew tap Dids/brewery
16+
> brew install clobber
17+
18+
Clobber supports a variety of arguments, which you can view by running `clobber -h` or `clobber --help`.
19+
If you run `clobber` without any arguments, it'll automatically build the latest Clover revision.
20+
2821
## Releases
2922

3023
See the [Releases](https://github.com/Dids/clover-builder/releases) tab.

0 commit comments

Comments
 (0)