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
b9c2a3a7
Commit
b9c2a3a7
authored
Jan 19, 2020
by
Moritz Grimm
Browse files
CircleCI config.yml (WIP)
parent
7e7b3be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
b9c2a3a7
version
:
2
version
:
2
.1
jobs
:
build
:
working_directory
:
~/xiph/ezstream
parallelism
:
1
shell
:
/bin/bash --login
environment
:
# - CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
-
CIRCLE_TEST_RESULTS
:
/tmp/circleci-test-results
parallelism
:
1
docker
:
-
image
:
circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command
:
/sbin/init
-
image
:
circleci/buildpack-deps:latest
working_directory
:
~/xiph/ezstream
shell
:
/bin/bash --login
steps
:
-
checkout
# - run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_RESULTS
-
run
:
mkdir -p $CIRCLE_TEST_RESULTS
-
restore_cache
:
keys
:
-
v1-dep-{{ .Branch }}-
-
v1-dep-develop-
-
v1-dep-
-
run
:
sudo apt-get install lcov check libshout-dev libtagc0-dev libxml2-dev
-
run
:
./autogen.sh
-
save_cache
:
key
:
v1-dep-{{ .Branch }}-{{ epoch }}
paths
:
-
vendor/bundle
-
~/virtualenvs
-
~/.m2
-
~/.ivy2
-
~/.bundle
-
~/.go_workspace
-
~/.gradle
-
~/.cache/bower
-
run
:
./configure
-
run
:
make distcheck distclean
-
run
:
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all'
...
...
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