Build with new cake

This commit is contained in:
Adam Hathcock
2018-02-27 08:48:45 +00:00
parent a62f4df0b1
commit 5481609554
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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.