Skip to content

Build and utility scripts used for continuous integration builds for Swift Package Manager projects on the Travis CI environment

License

Notifications You must be signed in to change notification settings

shmuelk/Package-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package-Builder

This repository contains build and utility scripts used for continuous integration builds on the Travis CI environment. It also contains a very useful Makefile for building Swift packages that our team develops.

Advanced capabilities provided by Package-Builder include:

  1. If you need a specific version of Swift to build and compile your repo, you should specify that version in a .swift-version file in the root level of your repository.
  2. If you need a custom command for compiling your Swift package, you should include a .swift-build-linux or .swift-build-macOS file in the root level of your repository and specify in it the exact compilation command for the corresponding platform.

About

Build and utility scripts used for continuous integration builds for Swift Package Manager projects on the Travis CI environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.1%
  • Makefile 8.9%