(experiment) cleanup and move linux builds to GHA

This commit is contained in:
Peter Squicciarini
2020-09-20 14:26:06 -07:00
parent 82fb8829fe
commit b4e9c1dcb6
15 changed files with 163 additions and 174 deletions

2
sum.sh
View File

@@ -19,7 +19,7 @@ sum_file () {
}
if [[ "$SHOULD_BUILD" == "yes" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
if [[ "$OS_NAME" == "osx" ]]; then
sum_file VSCodium-darwin-*.zip
sum_file VSCodium*.dmg
elif [[ "$CI_WINDOWS" == "True" ]]; then