forked from bitmark-inc/tweetnacl-swiftwrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
038b733
commit 700a59d
Showing
1 changed file
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,13 @@ | ||
language: swift | ||
language: objective-c | ||
osx_image: xcode13.2 | ||
branches: | ||
only: | ||
- master | ||
matrix: | ||
include: | ||
- name: "macOS" | ||
os: osx | ||
osx_image: xcode13.2 | ||
script: xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-macOS test | xcpretty | ||
- name: "iOS" | ||
os: osx | ||
osx_image: xcode13.2 | ||
script: xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-iOS test | xcpretty | ||
- name: "watchOS" | ||
os: osx | ||
osx_image: xcode13.2 | ||
script: xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-watchOS test | xcpretty | ||
- name: "tvOS" | ||
os: osx | ||
osx_image: xcode13.2 | ||
script: xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-tvOS test | xcpretty | ||
# - name: "linux" | ||
# os: linux | ||
# env: swift=5.5 | ||
# install: | ||
# - curl "https://swift.org/builds/swift-${swift}-release/ubuntu1604/swift-${swift}-RELEASE/swift-${swift}-RELEASE-ubuntu16.04.tar.gz" > /tmp/swift.tar.gz | ||
# - tar -xzf /tmp/swift.tar.gz -C /tmp | ||
# - export PATH="${PATH}:/tmp/swift-${swift}-RELEASE-ubuntu16.04/usr/bin" | ||
# - swift -version | ||
# script: swift test | ||
|
||
before_install: | ||
- gem install xcpretty | ||
|
||
script: | ||
- swift build | ||
- swift test | ||
after_success: bash <(curl -s https://codecov.io/bash) |