-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Love 11.3 (with some minor bugfixes) (#2589)
* Love 11.3 * Update conf.lua * Update i18n.lua * Update application.lua * commit * Update Makefile * Update .travis.yml * Update conf.lua * Fix for run * fix version * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * fix color * little fixe * fix color more * fix more * fix color again * fix color... * fix * Little fix * fix * fix color again * fix * fix * fix * update * fix * update * Update make.ps1 * More color fixes and minor cleanup --------- Co-authored-by: liberodark <liberodark@gmail.com>
- Loading branch information
1 parent
3e11f97
commit 031a39d
Showing
67 changed files
with
303 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
language: python | ||
os: linux | ||
language: generic | ||
os: | ||
- linux | ||
dist: bionic | ||
services: | ||
- xvfb | ||
before_install: | ||
- "export DISPLAY=:99.0" | ||
install: | ||
- sudo apt-get update -y | ||
- sudo apt-get install python-dev libffi-dev libssl-dev -y | ||
- sudo apt-get install python-virtualenv lua5.1 -y | ||
# download Love2D 0.10.1 and the liblove dependency (links are for x64 architecture) | ||
- wget https://github.com/love2d/love/releases/download/0.10.1/liblove0_0.10.1ppa1_amd64.deb | ||
- wget https://github.com/love2d/love/releases/download/0.10.1/love_0.10.1ppa1_amd64.deb | ||
# install Love2D 0.10.1 | ||
- sudo apt install libphysfs1 # required dependency | ||
- sudo apt-get install ./liblove0_0.10.1ppa1_amd64.deb | ||
- sudo apt-get install ./love_0.10.1ppa1_amd64.deb | ||
- mkdir -p $TRAVIS_BUILD_DIR/share/love/ | ||
env: | ||
global: | ||
- XDG_DATA_HOME="$TRAVIS_BUILD_DIR/share" | ||
script: make deploy | ||
addons: | ||
apt: | ||
packages: | ||
- xvfb | ||
- python-dev | ||
- libffi-dev | ||
- libssl-dev | ||
- python-virtualenv | ||
- lua5.1 | ||
- libpulse0 | ||
- pulseaudio | ||
- sndiod | ||
- virtualenv | ||
- libsdl2-2.0-0 | ||
- alsa | ||
- alsa-tools | ||
artifacts: | ||
paths: | ||
- ./build/hawkthorne-osx.zip | ||
- ./build/hawkthorne-win-x86.zip | ||
- ./build/hawkthorne-win-x86_64.zip | ||
- ./build/hawkthorne.love | ||
env: | ||
global: | ||
- XDG_DATA_HOME="$TRAVIS_BUILD_DIR/share" | ||
script: | ||
- "mkdir -p $TRAVIS_BUILD_DIR/share/love/" | ||
- "xvfb-run make deploy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.