Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# package-swift
A set of helper scripts for building and packaging Swift on Ubuntu Linux

See companion instructions at http://dev.iachieved.it/iachievedit/keeping-up-with-open-source-swift/
# build-swift
A set of helper scripts for building and packaging Swift for ARM Systems

Before executing any scripts will you want to have all of the build prerequisites installed:

Expand All @@ -20,15 +18,3 @@ Usage:
./clean.sh to delete the build and install directory
./distclean.sh to delete everything except the helper scripts
```

Internally I use ```packagedeb.sh``` to create an Debian package for
distribution via a repository and ```apt-get```.

## Swift CI Build Status

The Swift continuous integration build server hosts _packaging_ jobs that build and package all of the Swift components for OS X, Ubuntu 14.04, and Ubuntu 15.10. If the `package.sh` script in this repository fails you may want to look at the current status of the canonical builds:

* Ubuntu 14.04
[![Build Status](https://ci.swift.org/buildStatus/icon?job=oss-swift-package-linux-ubuntu-14_04)](https://ci.swift.org/view/Packages/job/oss-swift-package-linux-ubuntu-14_04/)
* Ubuntu 15.10
[![Build Status](https://ci.swift.org/buildStatus/icon?job=oss-swift-package-linux-ubuntu-15_10)](https://ci.swift.org/view/Packages/job/oss-swift-package-linux-ubuntu-15_10/)