Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
70d0d8e8
Commit
70d0d8e8
authored
Apr 08, 2020
by
Ralph Giles
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gitlab-ci' into 'master'
Add gitlab ci config See merge request
!3
parents
08109972
de9e5b29
Pipeline
#1818
passed with stage
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
.gitlab-ci.yml
.gitlab-ci.yml
+17
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
70d0d8e8
# Image from https://hub.docker.com/_/gcc/ based on Debian
image
:
gcc
build
:
stage
:
build
before_script
:
-
apt-get update &&
apt-get install -y libogg-dev libvorbis-dev
libao-dev libflac-dev libspeex-dev libkate-dev liboggkate-dev
gettext zip
script
:
-
./autogen.sh
-
./configure
-
make
-
make distcheck
tags
:
-
docker
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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