Skip to content

Commit

Permalink
Circle CI 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Mar 5, 2017
1 parent 0d5067d commit be1c41f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
jobs:
build:
docker:
- image: debian:sid
working_directory: /home/circleci/yafolding.el
steps:
- checkout

- run:
name: emacs25-nox
command: |
apt-get update
apt-get --yes install emacs25-nox
- run:
name: Cask
command: |
curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
- run:
name: Test
command: |
cask install
cask exec ecukes --no-win

0 comments on commit be1c41f

Please sign in to comment.