Skip to content

Commit

Permalink
Publish beta to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst authored Jun 20, 2019
1 parent d68ef61 commit c6141a8
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ deploy:

- provider: script
skip_cleanup: true
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/master/x64_win32/csharp-module.dll
on:
repo: FabianTerhorst/coreclr-module
condition: "$TRAVIS_OS_NAME = windows"
Expand All @@ -93,11 +93,32 @@ deploy:
- master
- provider: script
skip_cleanup: true
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/master/x64_linux/libcsharp-module.so
on:
repo: FabianTerhorst/coreclr-module
condition: "$TRAVIS_OS_NAME = linux"
tags: true
branches:
only:
- master

- provider: script
skip_cleanup: true
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
on:
repo: FabianTerhorst/coreclr-module
condition: "$TRAVIS_OS_NAME = windows"
tags: true
branches:
only:
- dev
- provider: script
skip_cleanup: true
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
on:
repo: FabianTerhorst/coreclr-module
condition: "$TRAVIS_OS_NAME = linux"
tags: true
branches:
only:
- dev

0 comments on commit c6141a8

Please sign in to comment.