Skip to content

Commit

Permalink
fix Linux & Windows CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sauerbraten committed Nov 26, 2020
1 parent 9e369b4 commit 22d90e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ compiler: clang
install: sudo apt-get install libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev zlib1g-dev binutils
before script: cd src
script: make client
after_script: strip sauer_client
before_deploy:
- strip src/sauer_client
- strip sauer_client
- cd ..
- mv src/sauer_client linux_64_client
deploy:
provider: releases
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ image:
- Visual Studio 2019
- macOS
platform: x64
configuration: Release

for:
-
matrix:
only:
- image: Visual Studio 2019
configuration: Release
build:
project: src/vcpp/sauerbraten.vcxproj
verbosity: minimal
Expand Down

0 comments on commit 22d90e1

Please sign in to comment.