wendtke / psyphr

legacy repo for R package suite for psychophysiological data; see github.com/psyphr-dev
1 stars 1 forks source link

Set up continuous deployment (integration + delivery) #35

Open iqis opened 5 years ago

iqis commented 5 years ago

Continuous integration is a service that automatically checks error in your code each time a new commit is pushed to GItHub. A badge can be displayed on whether the build passes the test. At current stage, it is most likely that our code with fail the CI's stringent standards. But don't be discouraged.

Before we can implement free CI service, our repo needs to be open.

Set up:

wendtke commented 5 years ago

Implement continuous deployment - Chase Clark

Slides