Skip to content

Commit

Permalink
added bitrise.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Zheng committed Feb 9, 2018
1 parent 73413ca commit 01723fb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
format_version: '4'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: macos
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
primary:
steps:
- [email protected]: {}
- [email protected]: {}
- [email protected]:
title: Run Script
inputs:
- content: |-
#!/usr/bin/env bash
java --version
brew install leiningen
lein test

0 comments on commit 01723fb

Please sign in to comment.