mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
tweaking on travis
This commit is contained in:
parent
bb80e1a03b
commit
da996cef50
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@ log
|
||||
*.a
|
||||
*.la
|
||||
*.so*
|
||||
*.Po
|
||||
/bin
|
||||
m4
|
||||
/autom4te.cache
|
||||
|
16
.travis.yml
16
.travis.yml
@ -2,12 +2,12 @@ language: c
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq build-essential subversion git autoconf libtool texinfo
|
||||
- svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
|
||||
- cd check-code
|
||||
- autoreconf --install
|
||||
- ./configure
|
||||
- make
|
||||
- sudo make install -qq
|
||||
- sudo ldconfig -qq
|
||||
- cd ..
|
||||
- svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
|
||||
- cd check-code
|
||||
- autoreconf --install
|
||||
- ./configure
|
||||
- make
|
||||
- sudo make install -qq
|
||||
- sudo ldconfig -qq
|
||||
- cd ..
|
||||
script: ./autogen.sh && ./configure && make && make check
|
||||
|
Loading…
Reference in New Issue
Block a user