ソースを参照

Add "build" script back

Apparently the CI templates require it to exist.

Signed-off-by: Casey Callendrello <c1@caseyc.net>
Casey Callendrello 1 年間 前
コミット
046b2e0a95
1 ファイル変更3 行追加0 行削除
  1. 3 0
      build

+ 3 - 0
build

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+go build ./...