Skip to content

Commit

Permalink
Merge pull request #1 from metsma/travis
Browse files Browse the repository at this point in the history
Add Travis build and update README
  • Loading branch information
Telgat authored May 18, 2017
2 parents 9f82e36 + 9ea1e9e commit cb68e95
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: objective-c
osx_image: xcode8.3
script: xcodebuild -project EstEIDTokenApp.xcodeproj build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Raul Metsma <[email protected]>
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please read the [common contributing guidelines](https://github.com/open-eid/org/blob/master/CONTRIBUTING.md) before you continue!
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# esteid-ctk-tokend
# esteid-ctk-tokend

* License: LGPL 2.1
* &copy; Estonian Information System Authority
* [Architecture of ID-software](http://open-eid.github.io)

## Components

* EstEIDToken - CTK tokend extension implementation
* EstEIDTokenApp - Blank application, contains CTK tokend extension

## Building
[![Build Status](https://travis-ci.org/open-eid/esteid-ctk-tokend.svg?branch=master)](https://travis-ci.org/open-eid/esteid-ctk-tokend)

1. Install dependencies from
* [XCode](https://itunes.apple.com/en/app/xcode/id497799835?mt=12)

2. Fetch the source

git clone --recursive https://github.com/open-eid/esteid-ctk-tokend
cd esteid-ctk-tokend

3. Build

xcodebuild -project EstEIDTokenApp.xcodeproj build

4. Usage

Execute blank "EstEIDTokenApp.app" application and it registers the extension.
Open Safari and use site with client certificate requirement.

## Support
Official builds are provided through official distribution point [installer.id.ee](https://installer.id.ee). If you want support, you need to be using official builds. Contact for assistance by email [[email protected]](mailto:[email protected]) or [www.id.ee](http://www.id.ee).

Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.

0 comments on commit cb68e95

Please sign in to comment.