b3a66e849b
Remove old CI stuff
2019-09-07 15:56:08 +02:00
3a37d85202
typo
2019-09-01 15:31:00 +02:00
e826667657
I think that $(P12Password)
can't be found
2019-09-01 15:29:10 +02:00
7d67a79e26
codesign apps and dmg in macos
2019-09-01 14:57:45 +02:00
09d2266c9f
Add @2x background image for macos dmg
2019-09-01 13:31:54 +02:00
9d90b9086a
Volume name was too large
2019-09-01 13:31:36 +02:00
4661980a26
User variables properly
2019-09-01 12:56:11 +02:00
91de445756
Remove hardcoded version committed by mistake
2019-09-01 12:30:23 +02:00
56e8c2248d
Override node
2019-09-01 11:56:49 +02:00
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
30c5b0d904
Use appdmg instead of create-dmg
2019-09-01 11:27:45 +02:00
ffbe32734e
Use the right info.plist file
2019-08-31 10:12:20 +02:00
24fce96220
Disable darkmode for now
2019-08-31 09:35:32 +02:00
f4b4f11a70
Merge pull request #64 from selmf/raytracing
...
Raytracing and Antialiasing
2019-08-26 15:19:58 +02:00
fb2684292b
Fix code formatting.
2019-08-24 14:37:25 +02:00
bcba08d344
OpenGL CoverFlow: Restore antialiasing
...
We previously had to disable antialiasing because z-buffer
picking did not work with multisampling enabled. Now we
have raytracing, so we can restore it.
2019-08-24 14:37:25 +02:00
622978b2bd
OpenGL coverflow: Replace z-buffer picking with raytracing.
2019-08-24 14:37:25 +02:00
695353841e
Merge pull request #74 from YACReader/feature/improve_sync_back_from_ios
...
Use db transactions when updating the progress from iOS
2019-08-24 14:31:33 +02:00
9056fffb66
Use db transactions when updating the progress from iOS
...
Timeouts were a problem before.
2019-08-24 13:31:52 +02:00
8bb43a7cf3
Merge pull request #72 from YACReader/azure-pipelines
...
Set up CI with Azure Pipelines
2019-08-24 11:58:22 +02:00
54a317c171
* is reservated by yaml
2019-08-24 11:11:58 +02:00
b5decc60e8
Add the build number to macos build script
2019-08-24 11:11:58 +02:00
be25613a98
Add the build number to the artifact names
2019-08-24 11:11:58 +02:00
1af46ac274
Use PublishPipelineArtifact instead of PublishBuildArtifacts
2019-08-24 11:11:58 +02:00
872ce51d52
Pass the actual build number
2019-08-24 11:11:58 +02:00
24a4a7c072
Properly date+revision calculation
2019-08-24 11:11:57 +02:00
b35ab9de3e
$(Date:yyMMdd) is only available in powershell tasks
2019-08-24 11:11:57 +02:00
222e1d5370
Try to assign the build number to build_number var using single quotes
2019-08-24 11:11:57 +02:00
251dc92fc4
Use QString for string operations
2019-08-24 11:11:57 +02:00
854b82044d
Use += when setting external defines
...
we don't want to override anything
2019-08-24 11:11:57 +02:00
4aff914db3
More shit
2019-08-24 11:11:57 +02:00
1dc26cdd8f
Right format to defines in windows
2019-08-24 11:11:57 +02:00
ed2d870c89
More escaping
2019-08-24 11:11:57 +02:00
4964c1095d
More escaping
2019-08-24 11:11:56 +02:00
7ea92a2997
Try hardcoded value
2019-08-24 11:11:56 +02:00
2b87b8eb86
Another try
2019-08-24 11:11:56 +02:00
be63bef284
Try setting the var in the script
2019-08-24 11:11:56 +02:00
1eb8113dd0
We have to use =
2019-08-24 11:11:56 +02:00
aac884869b
Try using the scrip environment
2019-08-24 11:11:56 +02:00
fe75199802
Try to pass build number to qmake as define
2019-08-24 11:11:56 +02:00
6778f85de5
I don't know how to define a string using command line
2019-08-24 11:11:56 +02:00
5e0b1a9f1d
Use the build number in code
2019-08-24 11:11:55 +02:00
fa0577223e
We want a string
2019-08-24 11:11:55 +02:00
816334dfce
Pass the build number as a define to qmake
2019-08-24 11:11:55 +02:00
debe3d6b11
Use a better version number
2019-08-24 11:11:55 +02:00
cc197b3ca5
Propagate the exit code if we can't generate the installer
...
No need to check previous commands, if they fail, iscc will fail for sure.
2019-08-24 11:11:55 +02:00
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
678f9fae77
Add support to include the build number into the windows installer
2019-08-24 11:11:55 +02:00
b4c50ad0b4
Remove x64 specifics if we are building a x86 installer
2019-08-24 11:11:54 +02:00
0e5eb82ed6
ArchitecturesInstallIn64BitMode can't be set conditionally
...
So we are going to always set it, and remove it with the build script if we are building a x86 installer. I am adding ArchitecturesAllowed too to avoid x64 installs in x86 systems, it will be removed as needed by the build script.
2019-08-24 11:11:54 +02:00