Skip to content

Commit

Permalink
Adds apache-commons-math3
Browse files Browse the repository at this point in the history
(Allowed failure)
  • Loading branch information
advayDev1 committed Sep 26, 2015
1 parent e4d12ce commit 43eb8f3
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ matrix:
- env: TEST_DIR=joda-convert
# Blocked on https://github.com/JodaOrg/joda-convert/issues/7
- env: TEST_DIR=joda-time
# Requires geometry support from java.awt and also java.net.
- env: TEST_DIR=apache-commons-math3

branches:
only:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
* Copyright (c) 2015 the authors of j2objc-common-libs-e2e-test
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

dependencies {
j2objcTranslation 'org.apache.commons:commons-math3:3.5:sources'
}

j2objcConfig {
filenameCollisionCheck false

// Almost always there are no tests provided in an external source jar.
testMinExpectedTests 0
finalConfigure()
}
1 change: 1 addition & 0 deletions libraryBuilds/apache-commons-math3/build.gradle
1 change: 1 addition & 0 deletions libraryBuilds/apache-commons-math3/gradlew
1 change: 1 addition & 0 deletions libraryBuilds/apache-commons-math3/local.properties
1 change: 1 addition & 0 deletions libraryBuilds/apache-commons-math3/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ':apache-commons-math3'
3 changes: 2 additions & 1 deletion libraryBuilds/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ set -ev
./run-test.sh gson
./run-test.sh joda-primitives
./run-test.sh apache-commons-lang3
./run-test.sh apache-commons-collections3
./run-test.sh apache-commons-collections4
./run-test.sh apache-commons-math3

# May fail.
./run-test.sh joda-convert
Expand Down

0 comments on commit 43eb8f3

Please sign in to comment.