Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
feature: code build build spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoriarty committed Aug 25, 2019
1 parent 5858ff5 commit b68bcf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 0.2

phases:
install:
runtime-versions:
docker: 18
build:
commands:
- make

0 comments on commit b68bcf5

Please sign in to comment.