Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katox committed Jan 17, 2018
1 parent f4ce935 commit 6dc3e20
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 19 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
### Changed


## 0.1.0 - 2018-01-15
### Added
- Teamcity test reporter for [circleci.test](https://github.com/circleci/circleci.test) runner
## 0.1.0 - 2018-01-17

[Unreleased]: https://github.com/leafclick/circleci.test.teamcity/compare/0.1.1...HEAD
[0.1.1]: https://github.com/leafclick/circleci.test.teamcity/compare/0.1.0...0.1.1
- Initial version of Teamcity test reporter for [circleci.test](https://github.com/circleci/circleci.test) runner

[Unreleased]: https://github.com/leafclick/circleci.test.teamcity/compare/v0.1.0...HEAD
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ Teamcity test reporter for [circleci.test](https://github.com/circleci/circleci.

## Usage

Add `[circleci/circleci.test "0.3.1"]` to your `:dependencies` under `:dev` profile.
Add `[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT]` to your `:dependencies` under `:teamcity` profile
Add `[circleci/circleci.test "0.4.0"]` to your `:dependencies` under `:dev` profile.
Add `[com.leafclick/circleci.test.teamcity "0.1.0]` to your `:dependencies` under `:teamcity` profile

Put following contents into `dev-resources/circleci.test/config.cjl`:

(require '[com.leafclick.circleci.test.teamcity])

{:test-results-dir "target/test-results"
:reporters [com.leafclick.circleci.test.teamcity/teamcity-reporter]}
{:reporters [com.leafclick.circleci.test.teamcity/teamcity-reporter]}

It's recommended to use this set of Leiningen aliases:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"
(defproject com.leafclick/circleci.test.teamcity "0.1.0"
:description "A Teamcity reporter for circleci.test runner"
:url "http://github.com/leafclick/circleci.test.teamcity"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion test-projects/all-pass/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down
2 changes: 1 addition & 1 deletion test-projects/one-error/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down
2 changes: 1 addition & 1 deletion test-projects/one-failure/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down
2 changes: 1 addition & 1 deletion test-projects/syntax-error-test/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down
2 changes: 1 addition & 1 deletion test-projects/syntax-error/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down
2 changes: 1 addition & 1 deletion test-projects/test-check-all-pass/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down
2 changes: 1 addition & 1 deletion test-projects/test-check-failure/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[com.leafclick/circleci.test.teamcity "0.1.0-SNAPSHOT"]]
[com.leafclick/circleci.test.teamcity "0.1.0"]]
:monkeypatch-clojure-test false
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
Expand Down

0 comments on commit 6dc3e20

Please sign in to comment.