Skip to content

Commit

Permalink
Fix travis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayukikitsune committed Oct 28, 2019
1 parent 0ff7d46 commit 2284f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/install_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ curl -L https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.b
cd boost_1_71_0
./bootstrap.sh
if [[ "$TRAVIS_OS_NAME" = "linux" || "$TRAVIS_OS_NAME" = "osx" ]]; then
sudo ./b2 --with-filesystem --with-system install
sudo ./b2 --with-date_time --with-filesystem --with-system install
else
./b2 --with-date_time --with-filesystem --with-system --build-type=complete install toolset=msvc
fi
2 changes: 1 addition & 1 deletion .travis/install_twain_dsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chmod +x ./mkdsm.sh
rm ./mkdsm.sh~

# Set deb compatibility to 9
echo "9" > TWAIN_DSM/debian/compats
echo "9" > TWAIN_DSM/debian/compat

# Disable -Wall and -Werror
sed -i 's/-Wall//g' TWAIN_DSM/src/CMakeLists.txt
Expand Down

0 comments on commit 2284f03

Please sign in to comment.