Skip to content

Commit

Permalink
Try to copy the OpenAL dll in the windows bundle. #89
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Jan 12, 2019
1 parent c3b562d commit 2dcdf51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ matrix:
- golint -set_exit_status $(go list ./...)
- go build -v
before_deploy:
- if [[ -n "$TRAVIS_TAG" ]]; then mkdir -p ./Ludo-Windows-x86_64-${TRAVIS_TAG:1}/; fi
- if [[ -n "$TRAVIS_TAG" ]]; then cp /c/Users/travis/openal-soft-1.19.0-bin/build/Release/OpenAL32.dll ./Ludo-Windows-x86_64-${TRAVIS_TAG:1}/; fi
- if [[ -n "$TRAVIS_TAG" ]]; then OS="Windows" ARCH=x86_64 VERSION=${TRAVIS_TAG:1} make zip; fi

deploy:
Expand Down

0 comments on commit 2dcdf51

Please sign in to comment.