maybe I need to leave the artifact to call it
This commit is contained in:
parent
b6141fd238
commit
77d3c66ec9
@ -5,6 +5,9 @@ build:
|
|||||||
script:
|
script:
|
||||||
- apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libcurl4-openssl-dev libc++abi-dev
|
- apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libcurl4-openssl-dev libc++abi-dev
|
||||||
- CC=clang CXX=clang++ make
|
- CC=clang CXX=clang++ make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- tv_rename
|
||||||
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
||||||
# cache:
|
# cache:
|
||||||
# paths:
|
# paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user