1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Fix CircleCI v2

This commit is contained in:
Moritz Grimm 2018-11-20 15:12:21 +01:00
parent 3b71d4b960
commit 50df2f27d3

View File

@ -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 }}-