Skip to content

Commit

Permalink
Build with new cake
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Feb 27, 2018
1 parent 1f8bd6d commit e92bd6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,10 +2,14 @@ version: 2
jobs:
build:
docker:
- image: adamhathcock/cake-build:latest
- image: microsoft/dotnet:2.0.5-sdk-2.1.4
steps:
- checkout
- run:
name: Install unzip
command: |
apt-get update
apt-get install -y unzip
- run:
name: Build
command: ./build.sh

command: ./build.sh
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -8,7 +8,7 @@
# Define directories.
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
TOOLS_DIR=$SCRIPT_DIR/tools
CAKE_VERSION=0.23.0
CAKE_VERSION=0.26.0
CAKE_DLL=$TOOLS_DIR/Cake.CoreCLR.$CAKE_VERSION/Cake.dll

# Make sure the tools folder exist.
Expand Down

0 comments on commit e92bd6c

Please sign in to comment.