"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file ".travis.yml" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

.travis.yml  (Firebird-3.0.2.32703-0.tar.bz2):.travis.yml  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 12 skipping to change at line 12
notifications: notifications:
email: false email: false
sudo: required sudo: required
dist: trusty dist: trusty
branches: branches:
only: only:
- master - master
- B3_0_Release
install: install:
- wget --no-check-certificate https://www.cmake.org/files/v3.2/cmake-3.2.3-Lin # wget --no-check-certificate https://www.cmake.org/files/v3.2/cmake-3.2.3-Lin
ux-x86_64.sh ux-x86_64.sh
- sudo sh cmake-3.2.3-Linux-x86_64.sh --skip-license --prefix=/usr # sudo sh cmake-3.2.3-Linux-x86_64.sh --skip-license --prefix=/usr
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y libtommath0 libtommath-dev - sudo apt-get install -y libtommath0 libtommath-dev libtomcrypt0 libtomcrypt-
- sudo python -m pip install Mako fdb dev
- svn co http://svn.code.sf.net/p/firebird/code/qa/fbtest/trunk/ fbtest # sudo python -m pip install Mako fdb
- svn co http://svn.code.sf.net/p/firebird/code/qa/fbt-repository/trunk/ fbtes # svn co http://svn.code.sf.net/p/firebird/code/qa/fbtest/trunk/ fbtest
t/fbt # svn co http://svn.code.sf.net/p/firebird/code/qa/fbt-repository/trunk/ fbtes
t/fbt
script: script:
- ./autogen.sh - ./autogen.sh --enable-binreloc --prefix=/opt/firebird
- make -j2 - make -j4
- sudo echo `pwd`/gen/Release/firebird/lib | sudo tee --append /etc/ld.so.conf - make dist
- sudo ldconfig - tar xzvf gen/Firebird-[0-9]*.tar.gz
- sudo ./gen/Release/firebird/bin/gsec -add sysdba -pw masterkey - (cd Firebird-[0-9]*; sudo ./install.sh -silent)
- chmod 777 travis.sh - sudo usermod -a -G firebird travis
- sudo ./travis.sh start_server & # sg firebird -c "/opt/firebird/bin/gsec -user sysdba -add sysdba -pw masterke
- ./travis.sh dummy_output & y"
- ./travis.sh skip_tests # ./travis.sh dummy_output &
- sleep 3 # ./travis.sh skip_tests
- cd fbtest/fbt # sleep 3
- python ../fbtest.py -d `pwd`/tmp -b `pwd`/../../gen/Release/firebird/bin -v # cd fbtest/fbt
-x -k ../../skip.txt # sg firebird -c "python ../fbtest.py -d `pwd`/tmp -b /opt/firebird/bin -v -x
-k ../../skip.txt"
 End of changes. 4 change blocks. 
8 lines changed or deleted 10 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)