Update CI + cleanups
This commit is contained in:
parent
a070b907c2
commit
7ebcd99ad7
|
|
@ -46,7 +46,6 @@ fastlane/test_output
|
||||||
Gemfile*
|
Gemfile*
|
||||||
Icon
|
Icon
|
||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Package.resolved
|
|
||||||
Packages
|
Packages
|
||||||
playground.xcworkspace
|
playground.xcworkspace
|
||||||
Temporary Items
|
Temporary Items
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
image: swift:5.0
|
image: swift:5.2.2
|
||||||
|
|
||||||
#before_script:
|
#before_script:
|
||||||
#- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
#- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
5.0.3
|
5.2.2
|
||||||
|
|
|
||||||
12
.travis.yml
12
.travis.yml
|
|
@ -11,14 +11,4 @@ script:
|
||||||
- swift package reset
|
- swift package reset
|
||||||
- swift build
|
- swift build
|
||||||
- swift test
|
- 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
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Fireblade ECS (Entity-Component System)
|
# Fireblade ECS (Entity-Component System)
|
||||||
[](https://travis-ci.com/fireblade-engine/ecs)
|
[](https://travis-ci.com/fireblade-engine/ecs)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://swift.org/download)
|
[](https://swift.org/download)
|
||||||
[](#)
|
[](#)
|
||||||
[](#)
|
[](#)
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ These instructions will get you a copy of the project up and running on your loc
|
||||||
|
|
||||||
### 💻 Installing
|
### 💻 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.
|
Extend the following lines in your `Package.swift` file or use it to create a new project.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue