Skip to content

Commit

Permalink
Show package sizes after building
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Aug 18, 2020
1 parent 68bed11 commit e0a717d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ script:
dotnet publish -c Release -r $platform-x64 -o $(pwd)/dist/$platform-x64 --self-contained false -nologo -v q
done
- ( cd dist && zip -r baddicom-win-x64-$TRAVIS_TAG.zip ./win-x64 && tar czf baddicom-linux-x64-$TRAVIS_TAG.tar.gz ./linux-x64 && cd - )
- ls -lh dist

- cd ./BadDicom/bin/Debug/netcoreapp2.2
- curl https://raw.githubusercontent.com/HicServices/DicomTypeTranslation/master/Templates/CT.it > ./CT.it
Expand Down

0 comments on commit e0a717d

Please sign in to comment.