dhoechst / BuildProcessWorkshop2015

Sample code and other artifacts for the May 18, 2015 meetup of the Los Angeles Salesforce Developer Group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuildProcessWorkshop2015

Sample code and other artifacts for the May 18, 2015 meetup of the Los Angeles Salesforce Developer Group

Agenda

  • 6:00pm - Doors open
  • 6:15pm - Welcome/Introduction (Nathan Pepper)
  • 6:30pm - Continuous Delivery of Success - How the Salesforce platform enables organizations to continuously adapt to change (Alex Sutherland)
  • 7:10pm - Automating Pull Request Testing Using Ant and Travis (Daniel Hoechst) -- Slide deck here GitHub repo here
  • 7:50pm - Continuous Integration of JavaScript and Apex code using Jasmine, PhantomJS, and drone.io (Kevin Poorman) -- Slide deck here
  • 8:30pm - Intro to git, ant, and ivy for Salesforce developers (Nathan Pepper)

If you have Windows, I would strongly recommend installing Cygwin: http://cygwin.com/install.html

To easily install and update other tools, install Homebrew (Mac) or Chocolatey (Win)

Getting git

http://git-scm.com/downloads

brew install git
or
choco install git

Getting make

??? (You should have it already if you are running *nix/MacOSX or Cygwin on Windows)

Getting ant

brew install ant
or
choco install ant

Getting ivy

Apache Ivy - Download (try building it from source!!!)

brew install ivy

About

Sample code and other artifacts for the May 18, 2015 meetup of the Los Angeles Salesforce Developer Group

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 43.1%Language:Makefile 29.8%Language:C 27.0%