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
jamesmoriarty committed Aug 25, 2019
1 parent 5858ff5 commit 00042c6
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ compile:
# find . -name '*.coffee'
# for file in audio/*.mp3; do `ffmpeg -i $file audio/$(basename ${file} .mp3).ogg`;done
yarn install

mkdir -p js
cat \
src/modules/util.coffee \
src/modules/math.coffee \
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 00042c6

Please sign in to comment.