diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15426ad7..831dc19c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,13 +93,15 @@ packaging: echo `pwd` (cd dist ; mv *.exe *-mac-x64.zip *.tar.gz ../artifacts) echo -e "\e[0Ksection_end:`date +%s`:native_build\e[0K" - - | - echo -e "\e[0Ksection_start:`date +%s`:debian_build\r\e[0KBuilding Debian packages" - echo `pwd` - dpkg-buildpackage -uc -us - echo `pwd` - mv ../*.{deb,dsc,buildinfo,tar.xz,changes} artifacts/debian/ - echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K" + # Commenting out the debian build to see if it's overall file size kicking artifact uploads or an individual file. + # If it's overall, maybe have to split the package process into phases and upload each phase's artifacts individually. + #- | + # echo -e "\e[0Ksection_start:`date +%s`:debian_build\r\e[0KBuilding Debian packages" + # echo `pwd` + # dpkg-buildpackage -uc -us + # echo `pwd` + # mv ../*.{deb,dsc,buildinfo,tar.xz,changes} artifacts/debian/ + # echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K" - | echo -e "\e[0Ksection_start:`date +%s`:rpm_build\r\e[0KBuilding RPM packages" mkdir -p $HOME/rpmbuild/SOURCES