Browse Source

Always use the latest function mapping

This avoids us having to do a new release of devilution-comparer every time there is a change to the function mapping
pull/25/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
9ce1f55d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -59,6 +59,8 @@ jobs:
set -e
wget https://github.com/diasurgical/devilution-comparer/releases/download/v0.3.5/devilution-comparer-v0.3.5-x86_64-unknown-linux-gnu.tar.xz
tar xf devilution-comparer-v0.3.5-x86_64-unknown-linux-gnu.tar.xz
rm comparer-config.toml
wget https://raw.githubusercontent.com/diasurgical/devilution-comparer/master/comparer-config.toml
echo '#!/bin/sh' | sudo tee /bin/wine
echo 'docker run -v $(pwd):/root/devilution --entrypoint "/usr/bin/wine" diasurgical/riivaaja:stable $(basename $1) $2 $3' | sudo tee --append /bin/wine
sudo chmod +x /bin/wine

Loading…
Cancel
Save