Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
99de8ccd
Commit
99de8ccd
authored
Oct 24, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: ignore undefined references in shared libs
parent
89f7f8a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
.travis.yml
.travis.yml
+2
-10
No files found.
.travis.yml
View file @
99de8ccd
...
...
@@ -22,22 +22,14 @@ before_install:
-
sudo apt-get -qq update
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
# hack for broken libcomedi
#- wget http://launchpadlibrarian.net/213890956/libcomedi0_0.10.2-3_i386.deb
#- wget http://launchpadlibrarian.net/213890952/libcomedi-dev_0.10.2-3_i386.deb
#- sudo dpkg -i libcomedi0_0.10.2-3_i386.deb libcomedi-dev_0.10.2-3_i386.deb
#- wget http://launchpadlibrarian.net/213890962/libcomedi-dev_0.10.2-3_amd64.deb
#- wget http://launchpadlibrarian.net/213890966/libcomedi0_0.10.2-3_amd64.deb
# TODO: replace it all with epm
#- sudo dpkg -i libcomedi-dev_0.10.2-3_amd64.deb libcomedi0_0.10.2-3_amd64.deb || sudo apt-get -f install
install
:
-
sudo apt-get install libcomedi-dev libcommoncpp2-dev libmysqlclient-dev libomniorb4-dev omniidl libpqxx3-dev librrd-dev libsigc++-2.0-dev libsqlite3-dev python-dev
before_script
:
-
export CXXFLAGS='-pipe -O2 -pedantic -Wall'
#
hack for
broken comedi
-
export
LDFLAGS='-lm'
#
due
broken comedi
-
export
CXXFLAGS="$CXXFLAGS -Wl,--unresolved-symbols=ignore-in-shared-libs"
-
autoreconf -fiv
-
./configure --disable-tests
...
...
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