Update CI + cleanups

This commit is contained in:
Christian Treffs 2020-04-30 20:07:42 +02:00
parent a070b907c2
commit 7ebcd99ad7
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
5 changed files with 5 additions and 16 deletions

1
.gitignore vendored
View File

@ -46,7 +46,6 @@ fastlane/test_output
Gemfile*
Icon
Network Trash Folder
Package.resolved
Packages
playground.xcworkspace
Temporary Items

View File

@ -1,4 +1,4 @@
image: swift:5.0
image: swift:5.2.2
#before_script:
#- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"

View File

@ -1 +1 @@
5.0.3
5.2.2

View File

@ -11,14 +11,4 @@ script:
- swift package reset
- swift build
- swift test
env:
- BADGE=linux
- BADGE=osx
# hack to get some OS-specific badges
# see: https://github.com/travis-ci/travis-ci/issues/9579
matrix:
exclude:
- os: linux
env: BADGE=osx
- os: osx
env: BADGE=linux

View File

@ -1,7 +1,7 @@
# Fireblade ECS (Entity-Component System)
[![Build Status](https://travis-ci.com/fireblade-engine/ecs.svg?branch=master)](https://travis-ci.com/fireblade-engine/ecs)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![swift version](https://img.shields.io/badge/swift-5.0+-brightgreen.svg)](https://swift.org/download)
[![swift version](https://img.shields.io/badge/swift-5+-brightgreen.svg)](https://swift.org/download)
[![platforms](https://img.shields.io/badge/platforms-%20macOS%20|%20iOS%20|%20tvOS%20|%20watchOS-brightgreen.svg)](#)
[![platforms](https://img.shields.io/badge/platforms-linux-brightgreen.svg)](#)
@ -21,7 +21,7 @@ These instructions will get you a copy of the project up and running on your loc
### 💻 Installing
Fireblade ECS is available for all platforms that support [Swift 5.0](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
Fireblade ECS is available for all platforms that support [Swift 5](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
Extend the following lines in your `Package.swift` file or use it to create a new project.