mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
26
mobile/ios/ThirdParty/SQLite.swift/.travis.yml
vendored
Normal file
26
mobile/ios/ThirdParty/SQLite.swift/.travis.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
language: objective-c
|
||||
rvm: 2.2
|
||||
osx_image: xcode8.2
|
||||
env:
|
||||
global:
|
||||
- IOS_SIMULATOR="iPhone 6s"
|
||||
matrix:
|
||||
include:
|
||||
- env: BUILD_SCHEME="SQLite iOS"
|
||||
- env: BUILD_SCHEME="SQLite Mac"
|
||||
- env: VALIDATOR_SUBSPEC="none"
|
||||
- env: VALIDATOR_SUBSPEC="standard"
|
||||
- env: VALIDATOR_SUBSPEC="standalone"
|
||||
- env: VALIDATOR_SUBSPEC="SQLCipher"
|
||||
- env: CARTHAGE_PLATFORM="iOS"
|
||||
- env: CARTHAGE_PLATFORM="Mac"
|
||||
- env: CARTHAGE_PLATFORM="watchOS"
|
||||
- env: CARTHAGE_PLATFORM="tvOS"
|
||||
- env: PACKAGE_MANAGER_COMMAND="test -Xlinker -lsqlite3"
|
||||
before_install:
|
||||
- gem update bundler
|
||||
- gem install xcpretty --no-document
|
||||
- brew update
|
||||
- brew outdated carthage || brew upgrade carthage
|
||||
script:
|
||||
- ./run-tests.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue