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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user