1
Fork 0

Add circleci config

This commit is contained in:
Jake Howard 2018-07-02 16:39:13 +01:00
parent e82e765a47
commit 20bb644209
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 15 additions and 0 deletions

15
.circleci/config.yml Normal file
View File

@ -0,0 +1,15 @@
version: 2.0
jobs:
build:
docker:
- image: circleci/node:6.10
working_directory: ~/django-performance-dev-meeting
steps:
- checkout
- run:
name: Install Hugo
command: wget https://github.com/gohugoio/hugo/releases/download/v0.42.2/hugo_0.42.2_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
- run:
name: Build site
command: hugo -v