Skip to content

Commit

Permalink
travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulido, Luis authored and Pulido, Luis committed Oct 15, 2018
1 parent c17b9e3 commit 72858ee
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
98 changes: 49 additions & 49 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,56 +32,56 @@ matrix:
- coveralls-lcov coverage/lcov.info

# Builds an APK. Enable when build is possible
# - env: JOB=APK
# os: linux
# language: android
# licenses:
# - 'android-sdk-preview-license-.+'
# - 'android-sdk-license-.+'
# - 'google-gdk-license-.+'
# android:
# components:
# - tools
# - platform-tools
# - build-tools-25.0.3
# - android-25
# - sys-img-armeabi-v7a-google_apis-25
# - extra-android-m2repository
# - extra-google-m2repository
# - extra-google-android-support
# jdk: oraclejdk8
# sudo: false
# addons:
# apt:
# # Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
# sources:
# - ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
# packages:
# - libstdc++6
# - fonts-droid
# before_script:
# - wget http://services.gradle.org/distributions/gradle-3.5-bin.zip
# - unzip -qq gradle-3.5-bin.zip
# - export GRADLE_HOME=$PWD/gradle-3.5
# - export PATH=$GRADLE_HOME/bin:$PATH
# - git clone https://github.com/flutter/flutter.git -b beta
# script:
# - ./flutter/bin/flutter -v build apk
- env: JOB=APK
os: linux
language: android
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
android:
components:
- tools
- platform-tools
- build-tools-27.1.1
- android-27
- sys-img-armeabi-v7a-google_apis-27
- extra-android-m2repository
- extra-google-m2repository
- extra-google-android-support
jdk: oraclejdk8
sudo: false
addons:
apt:
# Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
sources:
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
packages:
- libstdc++6
- fonts-droid
before_script:
- wget http://services.gradle.org/distributions/gradle-3.5-bin.zip
- unzip -qq gradle-3.5-bin.zip
- export GRADLE_HOME=$PWD/gradle-3.5
- export PATH=$GRADLE_HOME/bin:$PATH
- git clone https://github.com/flutter/flutter.git -b beta
script:
- ./flutter/bin/flutter -v build apk

# # Builds an IPA. Enable when build is possible
# - env: JOB=IPA
# os: osx
# language: generic
# osx_image: xcode8.3
# before_script:
# - pip install six
# - brew update
# - brew install --HEAD libimobiledevice
# - brew install ideviceinstaller
# - brew install ios-deploy
# - git clone https://github.com/flutter/flutter.git -b beta
# script:
# - ./flutter/bin/flutter -v build ios --no-codesign
# Builds an IPA. Enable when build is possible
- env: JOB=IPA
os: osx
language: generic
osx_image: xcode9.4
before_script:
- pip install six
- brew update
- brew install --HEAD libimobiledevice
- brew install ideviceinstaller
- brew install ios-deploy
- git clone https://github.com/flutter/flutter.git -b beta
script:
- ./flutter/bin/flutter -v build ios --no-codesign

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.4"
version: "5.0.6"
fixnum:
dependency: transitive
description:
Expand Down

0 comments on commit 72858ee

Please sign in to comment.