Commit Graph

73 Commits

Author SHA1 Message Date
Luis Ángel San Martín
14b3ec02ca Disable windows builds dependencies for now
installing qt is failing I think
2019-09-11 14:09:13 +02:00
Luis Ángel San Martín
1dec3ad286 ** as fnmatch should be enough 2019-09-11 13:59:55 +02:00
Luis Ángel San Martín
08d94be48a Try to upload all files to bintray 2019-09-11 13:58:15 +02:00
Luis Ángel San Martín
f382aab6dd remove branch condition for now 2019-09-11 11:08:33 +02:00
Luis Ángel San Martín
17a6de82ad dependsOn is an array 2019-09-11 10:48:49 +02:00
Luis Ángel San Martín
6c3b04ec65 Create a job to upload dev builds
For now it will try to download all the artifacts to $(Build.SourcesDirectory)/dev_bin
2019-09-11 10:44:44 +02:00
Luis Ángel San Martín
a9aea3b249 Fix tarball CopyFiles@2 2019-09-08 13:57:09 +02:00
Luis Ángel San Martín
d66ab77a2b 🤦 2019-09-08 13:33:34 +02:00
Luis Ángel San Martín
e1b5022d84 Try to create tarball from the right folder 2019-09-08 13:07:51 +02:00
Luis Ángel San Martín
f6d2dff10a Create the src tarball and upload it as an artifact 2019-09-08 12:57:30 +02:00
Luis Ángel San Martín
ab677f8f2a Fix jobs names 2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
44e9c7b4c9 parameters was missing 2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
8cea419606 Pass parameters as strings 2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
c2ac79b454 Use a template for building 32 and 64 bit binaries for windows 2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
3a37d85202 typo 2019-09-01 15:31:00 +02:00
Luis Ángel San Martín
e826667657 I think that $(P12Password) can't be found 2019-09-01 15:29:10 +02:00
Luis Ángel San Martín
7d67a79e26 codesign apps and dmg in macos 2019-09-01 14:57:45 +02:00
Luis Ángel San Martín
56e8c2248d Override node 2019-09-01 11:56:49 +02:00
Luis Ángel San Martín
be83690d52 try to install node from brew
not sure if this will override the current installation of node
2019-09-01 11:51:00 +02:00
Luis Ángel San Martín
30c5b0d904 Use appdmg instead of create-dmg 2019-09-01 11:27:45 +02:00
Luis Ángel San Martín
54a317c171 * is reservated by yaml 2019-08-24 11:11:58 +02:00
Luis Ángel San Martín
b5decc60e8 Add the build number to macos build script 2019-08-24 11:11:58 +02:00
Luis Ángel San Martín
be25613a98 Add the build number to the artifact names 2019-08-24 11:11:58 +02:00
Luis Ángel San Martín
1af46ac274 Use PublishPipelineArtifact instead of PublishBuildArtifacts 2019-08-24 11:11:58 +02:00
Luis Ángel San Martín
872ce51d52 Pass the actual build number 2019-08-24 11:11:58 +02:00
Luis Ángel San Martín
b35ab9de3e $(Date:yyMMdd) is only available in powershell tasks 2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
222e1d5370 Try to assign the build number to build_number var using single quotes 2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
854b82044d Use += when setting external defines
we don't want to override anything
2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
4aff914db3 More shit 2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
1dc26cdd8f Right format to defines in windows 2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
ed2d870c89 More escaping 2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
4964c1095d More escaping 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
7ea92a2997 Try hardcoded value 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
2b87b8eb86 Another try 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
be63bef284 Try setting the var in the script 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
1eb8113dd0 We have to use = 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
aac884869b Try using the scrip environment 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
fe75199802 Try to pass build number to qmake as define 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
6778f85de5 I don't know how to define a string using command line 2019-08-24 11:11:56 +02:00
Luis Ángel San Martín
fa0577223e We want a string 2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
816334dfce Pass the build number as a define to qmake 2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
debe3d6b11 Use a better version number 2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
df6f368015 Pass the build number to the create installer script
Build number can be customized: https://github.com/MicrosoftDocs/vsts-docs/issues/666#issuecomment-386769445
2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
6210307ba9 Better artifacts names 2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
7045b7736e Fix tasks 2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
98f3a132be Fix taks names 2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
476ea7fca9 Use separate task names for publishing artifacts in windows 2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
5a28b3b1bb Are env vars reset between steps? 2019-08-24 11:11:53 +02:00
Luis Ángel San Martín
6b47b6dc86 Fix comment 2019-08-24 11:11:53 +02:00
Luis Ángel San Martín
9a86fe9cf1 Add an script to create the windows installer automatically 2019-08-24 11:11:53 +02:00