File tree 5 files changed +11
-19
lines changed
5 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- if [[ " $TRAVIS_OS_NAME " == " Linux" ]]; then
3
+ if [[ " $TRAVIS_OS_NAME " == " Linux" || " $TRAVIS_OS_NAME " == " linux " ]]; then
4
4
sudo apt-get install -y wget \
5
5
clang-3.6 libc6-dev make git libicu52 libicu-dev \
6
6
git autoconf libtool pkg-config \
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- if [[ " $TRAVIS_OS_NAME " == " Linux" ]]; then
3
+ if [[ " $TRAVIS_OS_NAME " == " Linux" || " $TRAVIS_OS_NAME " == " linux " ]]; then
4
4
5
5
# our path is:
6
6
# /home/travis/build/NozeIO/Noze.io/
Original file line number Diff line number Diff line change 1
1
language : generic
2
2
3
3
notifications :
4
- slack : nozeio:LIFY1Jtkx0FRcLq3u1WliHRZ
4
+ slack :
5
+ rooms :
6
+ - zeeql:odi4PEJUdmDPkBfjhHIaSdrS
5
7
6
8
matrix :
7
9
include :
8
10
- os : Linux
9
11
dist : trusty
10
- env : MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.11 .tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-3.1.1 -release/ubuntu1404/swift-3.1.1 -RELEASE/swift-3.1.1 -RELEASE-ubuntu14.04.tar.gz"
12
+ env : MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.9.0 .tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.2.4 -release/ubuntu1404/swift-4.2.4 -RELEASE/swift-4.2.4 -RELEASE-ubuntu14.04.tar.gz"
11
13
sudo : required
12
14
- os : Linux
13
15
dist : trusty
14
- env : MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.11 .tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4 .0.3 -release/ubuntu1404/swift-4 .0.3 -RELEASE/swift-4 .0.3 -RELEASE-ubuntu14.04.tar.gz"
16
+ env : MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.9.0 .tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-5 .0.2 -release/ubuntu1404/swift-5 .0.2 -RELEASE/swift-5 .0.2 -RELEASE-ubuntu14.04.tar.gz"
15
17
sudo : required
16
- - os : Linux
17
- dist : trusty
18
- env : MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.11.tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.1-branch/ubuntu1404/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-02-07-a/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-02-07-a-ubuntu14.04.tar.gz"
19
- sudo : required
20
- - os : Linux
21
- dist : trusty
22
- env : MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.11.tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.1-release/ubuntu1404/swift-4.1-RELEASE/swift-4.1-RELEASE-ubuntu14.04.tar.gz"
23
- sudo : required
24
- - os : osx
25
- osx_image : xcode8.3
26
- - os : osx
27
- osx_image : xcode9
28
18
- os : osx
29
- osx_image : xcode9.3
19
+ osx_image : xcode10.2
30
20
31
21
before_install :
32
22
- ./.travis.d/before-install.sh
Original file line number Diff line number Diff line change 4
4
</h2 >
5
5
6
6
![ Apache 2] ( https://img.shields.io/badge/apache-2-yellow.svg )
7
- ![ Swift4] ( https://img.shields.io/badge/swift-4-blue.svg )
7
+ ![ Swift4.2] ( https://img.shields.io/badge/swift-4.2-blue.svg )
8
+ ![ Swift5] ( https://img.shields.io/badge/swift-5-blue.svg )
8
9
![ macOS] ( https://img.shields.io/badge/os-macOS-green.svg?style=flat )
9
10
![ tuxOS] ( https://img.shields.io/badge/os-tuxOS-green.svg?style=flat )
10
11
![ Travis] ( https://travis-ci.org/ZeeQL/ZeeQL3Apache.svg?branch=develop )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ SWIFT_OPTIMIZATION_LEVEL_Debug = -Onone
59
59
SWIFT_OPTIMIZATION_LEVEL = $(SWIFT_OPTIMIZATION_LEVEL_$(CONFIGURATION))
60
60
61
61
SWIFT_VERSION = 4.2
62
+ //SWIFT_VERSION = 5
62
63
63
64
64
65
// Deployment Targets
You can’t perform that action at this time.
0 commit comments