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
50df2f27
Commit
50df2f27
authored
Nov 20, 2018
by
Moritz Grimm
Browse files
Fix CircleCI v2
parent
3b71d4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
50df2f27
...
...
@@ -4,11 +4,15 @@ jobs:
working_directory
:
~/xiph/ezstream
parallelism
:
1
shell
:
/bin/bash --login
environment
:
-
CIRCLE_ARTIFACTS
:
/tmp/circleci-artifacts
-
CIRCLE_TEST_REPORTS
:
/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_REPORTS
-
restore_cache
:
keys
:
-
v1-dep-{{ .Branch }}-
...
...
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