You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns-repro/projects/goisatty/config

30 lines
640 B
Plaintext

version: 0.0.14
git_url: https://github.com/mattn/go-isatty.git
git_hash: 504425e14f742f1f517c4586048b49b37f829c8e
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
var:
container:
use_container: 1
go_lib: github.com/mattn/go-isatty
targets:
linux:
var:
go_lib_deps:
- goxsysunix
osx-x86_64:
var:
go_lib_deps:
- goxsysunix
input_files:
- project: container-image
- name: go
project: go
- name: goxsysunix
project: goxsysunix
enable: '[% c("var/linux") || c("var/osx") %]'