add external/internal data options

"make all" will build with internal data, whereas "make debug"/"make
all-external" will make an external "data/" directory.
This commit is contained in:
Harvey Tindall
2021-02-12 14:32:48 +00:00
parent 815bdc35ac
commit 72cf3e2240
8 changed files with 91 additions and 43 deletions
+2 -2
View File
@@ -141,13 +141,13 @@ depends_on:
- arm64-docker
- armhf-docker
---
name: jfa-go-git
name: jfa-go-1.16-git
kind: pipeline
type: docker
steps:
- name: build
image: golang:latest
image: golang:1.16rc
commands:
- apt update -y
- apt install build-essential python3-pip curl software-properties-common sed upx -y