-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use Travis CI for Linux and AppVeyor for Windows builds
for tagged commits, sauerbraten.exe and linux_64_client are uploaded to a GitHub release
- Loading branch information
1 parent
050869d
commit 2428aec
Showing
11 changed files
with
109 additions
and
59 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
os: linux | ||
dist: bionic | ||
language: cpp | ||
compiler: clang | ||
before_install: sudo apt-get install libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev zlib1g-dev binutils | ||
script: | ||
- cd src | ||
- make client | ||
- strip sauer_client | ||
- cd .. | ||
before_deploy: | ||
- mv src/sauer_client linux_64_client | ||
deploy: | ||
provider: releases | ||
api_key: | ||
secure: "UaYEZk+Ve/Nn5fYhwors1dF3DjIxkVayuZmft8XFKhcResZO6yvQ+jeG6xpK4MgdFJ0GBdcXF1vkky7JkxioHQsVPl84a/NNH+eJysKlqRjABuOH4w7BaALZh0wWG2rOINOIvLZl0Pboj1MzvK4IA8CI1tEAZWkq/1ggDYycaObJvJjfa3vmikGQxw12abmIcEwIFn39CpakyIiq5erhypWZo46r46u1VNgy7eXNHg5FjgSD7UQRjns1uCC2NK85/ZPUiup69c2zdQzntNyFvlLgRQU/u82J0lLySalj2X+KjG5XnzKDkxV1s4QSidp6IFCyKOVBHsoRpnB80QgXdWSY+OO9yfCUuqzX31HQRksDTJ5JO5AKEV4l2RN/6sPFA9mKgs8OZx0Fq/MYvDhH1DWWHNiK6ufDyK9yUnACfxW5O5C5AabtiaS8IiIhXvW0kbv9O1tZXMbMCNIf8KwghP1o35NgyP/jvTk1V/BCzs0aqj5goiUgFUcmltlFS0toEnIjZJnXlxCNsbs3cpTPZDCCMiH63RUM+ZirOF0ADeUCoTK43eAV/m3p7yT5TfSodvlyMJLxZ37MIcrLlLwVB+bsUAu4ddgFPwXQatH++axsEHMfLxGedBdjpFcb1y+PM6ZQK8ZpopaVwwKDo/DcmP1/Ww0WMIwRwTM6iIZLZmg=" | ||
file: 'linux_64_client' | ||
skip_cleanup: true | ||
overwrite: true | ||
on: | ||
tags: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 1.0.{build} | ||
configuration: Release | ||
platform: x64 | ||
build: | ||
project: src/vcpp/sauerbraten.vcxproj | ||
verbosity: minimal | ||
artifacts: | ||
- path: bin64/sauerbraten.exe | ||
deploy: | ||
- provider: GitHub | ||
auth_token: | ||
secure: CFYvYuxU2ihMXihnUfV4covPTRzzKgbgVk/I+ZEqVu39uLIJlMAGqhNXfGm1BNEv | ||
force_update: true | ||
on: | ||
APPVEYOR_REPO_TAG: true |
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