github.sha is the full sha, which is a bit too long.
Change-Id: I36982fc6705adf56358166445c8601e9aac85b6d
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
The format is now QtCreator-${{ matrix.config.artifact }}-${{ github.sha }}.7z
Change-Id: Ic74526caa767e1143f8c2533674899f6094287d7
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This will allow 3rd parties to build plugins against this build
of Qt Creator.
Change-Id: I2ed7c3e4e3769e9b22a71a73d8355f1af48acf3e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
The other two submodules are not hosted on github.
Change-Id: Iaefd189d5b47cda4f745361b9d0ad8fb16f06dcb
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
They take 1 to 2 minutes of execution.
The success rate is from 97 to 99%, so I haven't made the tests step
blocking.
Change-Id: I39925cf6703904e15ba1c0c313aaf1daca382424
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
After the cache is populated Linux and macOS build in ~7 minutes,
MinGW in ~16 minutes.
MSVC is the one which builds all the time (for now), which
builds in ~38minutes.
Change-Id: I4b35127a3ca6095b832722da1f43cfafa673ea3e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This will use GitHub Actions CI infrastructure to do a CMake
build for Windows, Linux, and macOS.
Change-Id: If2cfae935c5392b4a9f85ac3026d577217d91162
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>