Skip to content

Commit

Permalink
gtkmm - Travis CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed Jun 28, 2020
1 parent d27cc28 commit 23ccd3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
- |-
case $TRAVIS_OS_NAME in
linux)
sudo apt install build-essential libgtkmm-3.0-dev
sudo apt install build-essential libgtkmm-3.0-dev xvfb
sudo apt install libgtksourceviewmm-3.0-dev libxml++2.6-dev libsqlite3-dev
sudo apt install libcpputest-dev gettext python3-lxml libgspell-1-dev libcurl4-openssl-dev
;;
Expand Down Expand Up @@ -93,9 +93,11 @@ script:
case $TRAVIS_OS_NAME in
linux)
cd ${TRAVIS_BUILD_DIR}/future
./build.sh Release
xvfb-run ./build.sh Release
;;
windows)
CHERRYTREE_CONFIG_FOLDER="C:/Users/${USER}/AppData/Local/cherrytree"
[ -d ${CHERRYTREE_CONFIG_FOLDER} ] || mkdir -p ${CHERRYTREE_CONFIG_FOLDER}
cd ${TRAVIS_BUILD_DIR}
mkdir build && cd build
$mingw64 cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_MAKE_PROGRAM=mingw32-make.exe -DCMAKE_BUILD_TYPE=Release -G 'MSYS Makefiles' ../future
Expand Down

0 comments on commit 23ccd3a

Please sign in to comment.