Skip to content

Commit

Permalink
Use Jenkinsfile for builds (#68)
Browse files Browse the repository at this point in the history
* 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
sgtcoolguy authored Mar 23, 2017
1 parent f658b1f commit a350f16
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
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
}
13 changes: 13 additions & 0 deletions ios/timodule.xml
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>

0 comments on commit a350f16

Please sign in to comment.