Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added Jenkinsfile for internal builds and releases
  • Loading branch information
watkyn committed Sep 15, 2020
commit 1d50590beb8b79c0fce804c3bac94e005eba2be9
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@Library(['tools', '[email protected]']) _

fastlane {
agent 'macos.10.15-build'
project 'PPPC Utility'
}