This repository was archived by the owner on Feb 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maybe one day I'll use fpm for full builds.
- Loading branch information
Showing
2 changed files
with
7 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,42 +13,13 @@ matrix: | |
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6" | ||
|
||
before_install: | ||
- VERSION=0.9.0 | ||
- > | ||
- sudo apt-get update -qq | ||
- eval "${MATRIX_EVAL}" | ||
- sudo apt-get install -y mesa-common-dev libasound2-dev libfreetype6-dev | ||
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev | ||
freeglut3-dev libxcomposite-dev libjack-dev | ||
libcurl4-gnutls-dev g++-4.8 gcc-4.8 gzip | ||
- gem install --no-rdoc --no-ri fpm package_cloud | ||
- mkdir dest | ||
script: > | ||
export COMMONFLAGS=' | ||
--name "helm" | ||
--description "Polyphonic\ synthesizer" | ||
--version $VERSION | ||
--package helm_VERSION_ARCH.deb | ||
--license "GPLv3" | ||
--maintainer "[email protected]" | ||
--vendor "Matt\ Tytel" | ||
--url "http://tytel.org/helm" | ||
--depends "mesa-common" | ||
--depends "libasound2" | ||
--depends "libfreetype6" | ||
--depends "libx11" | ||
--depends "libxrandr" | ||
--depends "libxinerama" | ||
--depends "libxcursor" | ||
--depends "freeglut3" | ||
--depends "libxcomposite" | ||
--depends "libjack" | ||
--depends "libcurl4-gnutls" | ||
--category "sound"' && | ||
make CONFIG=Release install_standalone DESTDIR=dest && | ||
fpm -s dir -t deb --name helm $COMMONFLAGS \ | ||
--deb-changelog debian/changelog \ | ||
--deb-priority 'optional' \ | ||
dest/ && | ||
echo "deb package built successfully" | ||
libcurl4-gnutls-dev g++-4.8 gcc-4.8 | ||
script: | ||
- make CONFIG=Release | ||
after_success: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters