Skip to content

Commit

Permalink
Adjusted CI configs to work without external assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Feb 15, 2020
1 parent 164a39d commit 692a0d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ before_deploy:
- mkdir FreeserfNet
- cd ..
- cp -r FreeserfNet/bin/LinuxRelease/ubuntu-x64/publish/. deploy/FreeserfNet/
- cp -r FreeserfNet/assets deploy/FreeserfNet/assets
- cp changelog.txt deploy/FreeserfNet/changelog
- cd deploy
- cd FreeserfNet
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ artifacts:
name: Freeserf.net-Windows

after_build:
- 7z a Freeserf.net-Windows.zip %APPVEYOR_BUILD_FOLDER%\Freeserf.net\bin\Release\Freeserf.net.exe %APPVEYOR_BUILD_FOLDER%\Freeserf.net\assets %APPVEYOR_BUILD_FOLDER%\changelog.txt
- 7z a Freeserf.net-Windows.zip %APPVEYOR_BUILD_FOLDER%\Freeserf.net\bin\Release\Freeserf.net.exe %APPVEYOR_BUILD_FOLDER%\changelog.txt

test: off

Expand Down

0 comments on commit 692a0d3

Please sign in to comment.