From 01c1b757fb8d59a362b7104f35e6acf73c980eec Mon Sep 17 00:00:00 2001 From: CatherineZhu1205 <71408141+CatherineZhu1205@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:01:30 -0600 Subject: [PATCH] Create buildspec.yml --- buildspec.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 buildspec.yml diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 00000000..8fc096ed --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,16 @@ +version: 0.2 +phases: + install: + runtime-versions: + java: openjdk8 + pre_build: + commands: + - env + - ant -f test.xml -v + build: + commands: + - ant -f build.xml -v +artifacts: + files: + - dist/rectangle.jar + name: rectangle-$(date +%y%m%d%H%M).zip