|
|
|
|
@ -57,8 +57,8 @@ jobs:
|
|
|
|
|
script: |
|
|
|
|
- | |
|
|
|
|
set -e |
|
|
|
|
wget https://github.com/diasurgical/devilution-comparer/releases/download/v0.3.4/devilution-comparer-v0.3.4-x86_64-unknown-linux-gnu.tar.xz |
|
|
|
|
tar xf devilution-comparer-v0.3.4-x86_64-unknown-linux-gnu.tar.xz |
|
|
|
|
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 |
|
|
|
|
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 |
|
|
|
|
|