Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
429adec8
Commit
429adec8
authored
Nov 20, 2018
by
Moritz Grimm
Browse files
There are no artifacts to be uploaded
parent
a973fc72
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
429adec8
...
...
@@ -5,14 +5,15 @@ jobs:
parallelism
:
1
shell
:
/bin/bash --login
environment
:
-
CIRCLE_ARTIFACTS
:
/tmp/circleci-artifacts
#
- CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
-
CIRCLE_TEST_RESULTS
:
/tmp/circleci-test-results
docker
:
-
image
:
circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command
:
/sbin/init
steps
:
-
checkout
-
run
:
mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_RESULTS
# - run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_RESULTS
-
run
:
mkdir -p $CIRCLE_TEST_RESULTS
-
restore_cache
:
keys
:
-
v1-dep-{{ .Branch }}-
...
...
@@ -41,5 +42,5 @@ jobs:
-
run
:
bash <(curl -s https://codecov.io/bash)
-
store_test_results
:
path
:
/tmp/circleci-test-results
-
store_artifacts
:
path
:
/tmp/circleci-artifacts
#
- store_artifacts:
#
path: /tmp/circleci-artifacts
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment