Commit f322a326 authored by Greg Williams's avatar Greg Williams
Browse files

Updated bundle to use ceedling 0.15.1 and added Ceedling.load_project to...

Updated bundle to use ceedling 0.15.1 and added Ceedling.load_project to Rakefile to properly initialize ceedling/rake
parent d6176951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
GEM
  remote: http://rubygems.org/
  specs:
    ceedling (0.15.0)
    ceedling (0.15.1)
      rake (>= 0.8.7)
      thor (>= 0.14.5)
    rake (10.3.2)
+1 −3
Original line number Diff line number Diff line
TEAMCITY_BUILD = !ENV['TEAMCITY_PROJECT_NAME'].nil?

require 'ceedling'

# Need to manually load the Ceedling rakefile for now, until it is baked into loading of ceedling.rb
require 'ceedling/rakefile'
Ceedling.load_project(config: './project.yml')

def report(message='')
  $stderr.flush