Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
e4fc856c
Commit
e4fc856c
authored
Sep 19, 2018
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable android build due to gradle issues
parent
3f4984fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
.travis.yml
.travis.yml
+32
-32
No files found.
.travis.yml
View file @
e4fc856c
...
...
@@ -84,38 +84,38 @@ matrix:
sources
:
-
ubuntu-toolchain-r-test
# Android
-
language
:
android
android
:
addons
:
apt
:
update
:
true
components
:
-
tools
-
platform-tools
-
android-21
-
sys-img-armeabi-v7a-android-21
env
:
-
ANDROID=true
before_install
:
-
git submodule update --init --recursive
-
sudo apt-get install wget unzip tree
install
:
# Accept SDK Licenses + Install NDK
-
yes | sdkmanager --update > /dev/null 2>&1
-
sdkmanager ndk-bundle > /dev/null 2>&1
# Download Gradle 4.3.1
-
wget https://services.gradle.org/distributions/gradle-4.3.1-bin.zip
-
mkdir -p gradle
-
unzip -q -d ./gradle gradle-4.3.1-bin.zip
-
export GRADLE=${TRAVIS_BUILD_DIR}/gradle/gradle-4.3.1/bin/gradle
before_script
:
-
bash $GRADLE --version
-
cd ./support
script
:
-
bash $GRADLE clean assemble
after_success
:
-
cd ${TRAVIS_BUILD_DIR}
-
tree ./libs
#
- language: android
#
android:
#
addons:
#
apt:
#
update: true
#
components:
#
- tools
#
- platform-tools
#
- android-21
#
- sys-img-armeabi-v7a-android-21
#
env:
#
- ANDROID=true
#
before_install:
#
- git submodule update --init --recursive
#
- sudo apt-get install wget unzip tree
#
install:
#
# Accept SDK Licenses + Install NDK
#
- yes | sdkmanager --update > /dev/null 2>&1
#
- sdkmanager ndk-bundle > /dev/null 2>&1
#
# Download Gradle 4.3.1
#
- wget https://services.gradle.org/distributions/gradle-4.3.1-bin.zip
#
- mkdir -p gradle
#
- unzip -q -d ./gradle gradle-4.3.1-bin.zip
#
- export GRADLE=${TRAVIS_BUILD_DIR}/gradle/gradle-4.3.1/bin/gradle
#
before_script:
#
- bash $GRADLE --version
#
- cd ./support
#
script:
#
- bash $GRADLE clean assemble
#
after_success:
#
- cd ${TRAVIS_BUILD_DIR}
#
- tree ./libs
allow_failures
:
# Errors
-
env
:
COMPILER=g++-4.4 BUILD=Debug STANDARD=11
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment