-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Jenkinsfile for builds * Add timodule.xml to see if that fixes ios build * Comment out overridden values and use defaults (6.0.3.GA now)
- Loading branch information
1 parent
f658b1f
commit a350f16
Showing
2 changed files
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@Library('pipeline-library') _ | ||
|
||
buildModule { | ||
// defaults: | ||
//nodeVersion = '4.7.3' // Must have version set up on Jenkins master before it can be changed | ||
//sdkVersion = '6.0.3.GA' | ||
//androidAPILevel = '23' // if changed, must install on build nodes | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ti:module xmlns:ti="http://ti.appcelerator.org" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<!-- | ||
Similar to tiapp.xml, but contains module/platform specific | ||
configuration in <iphone>, <android>, and <mobileweb> sections | ||
--> | ||
<iphone> | ||
</iphone> | ||
<android xmlns:android="http://schemas.android.com/apk/res/android"> | ||
</android> | ||
<mobileweb> | ||
</mobileweb> | ||
</ti:module> |