- Feb 26, 2022
- Feb 25, 2022
-
-
Hugo Beauzée-Luyssen authored
rules allow finer customizations, and only/except is to be considered deprecated according to gitlab docs
-
Hugo Beauzée-Luyssen authored
Use a default and let the non-docker jobs specify their own tags as they already did
-
- Jan 28, 2022
-
-
Since we built protobuf we also need the matching protoc. This is the same as we do for luac. +factorize some calls to make .luac .protoc
-
- Nov 10, 2021
-
-
Redirect tar output to /dev/null as we only care about the exit code here, not what it prints to stdout.
-
- Nov 07, 2021
-
-
- Oct 28, 2021
-
-
This will help automatically cancel outdated pipelines instead of having to do so manually
-
- Oct 22, 2021
-
-
- Oct 21, 2021
-
-
They have the cleaner certificates in case we need them. They also include their own WINE_SDK_PATH so we don't need to set it.
-
- Oct 07, 2021
-
-
These are Win10 builds with a maximum API support of Windows 1809 = Redstone 5. We use the LLVM "UWP" image as it's the one with UCRT runtime by default. It's not tied to UWP API's only. Only the C runtime is different compared to the win64 LLVM builds we already have.
-
- Oct 06, 2021
-
-
The previous ones had outdated certificates. They can no longer build contribs.
-
- Sep 28, 2021
-
-
The SHA512SUM will be used on artifacts.v.o to verify that the uploaded file did not get corrupted.
-
- Sep 16, 2021
-
-
Hugo Beauzée-Luyssen authored
This image contains a prebuilt protobuf-compiler. We don't need it yet, but when we do it will be included
-
- Sep 15, 2021
-
-
Hugo Beauzée-Luyssen authored
This image contains a prebuilt protobuf-compiler
-
- Sep 12, 2021
-
-
- Jul 31, 2021
-
-
Hugo Beauzée-Luyssen authored
This version has protobuf-compiler prebuilt in order to speed up the android jobs
-
- Jun 13, 2021
-
-
Fixes #25612
-
- Jun 12, 2021
-
-
- Jun 08, 2021
-
-
- May 04, 2021
-
-
cf. !68
-
- Jan 26, 2021
- Jan 20, 2021
-
-
Alexandre Janniaux authored
It avoids rebuilding cmake 3.17.0, meson 0.54.2 and nasm 2.14 at every build, speeding up the CI.
-
- Jan 07, 2021
-
-
Konstantin Pavlov authored
Also specify amd64 for being future-proof when we have Big Sur+ builders.
-
- Dec 15, 2020
-
-
Hugo Beauzée-Luyssen authored
-
- Dec 10, 2020
-
-
Alexandre Janniaux authored
-
- Dec 02, 2020
-
-
Steve Lhomme authored
* LLVM 11 is now used for UWP (ucrt) targets. * cmake, protoc 3.1.0, ant, help2man are prebuilt. * winpthreads is prebuilt and a version of mingw64 newer than 8.0 is used (to build with LLVM11)
-
- Oct 08, 2020
-
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Sep 08, 2020
-
-
Thomas Guillem authored
-
- Jul 16, 2020
-
-
Alexandre Janniaux authored
Remove hardocded --jobs and use the value from the build script by default, which is machdep.cpu.core_count + 1.
-
- Jul 14, 2020
-
-
Alexandre Janniaux authored
Test compilation for apple tvOS, which has the particularity to need apple bitcode when compiling in order to ship it.
-
Alexandre Janniaux authored
Since the iphonesimulator build has been broken multiple time because of cross-compilation miss-detection, add a job with same architecture as the CI. It builds with iphonesimulator, which could also be useful for running tests in the future.
-
Alexandre Janniaux authored
Generalize iOS jobs by supplying the SDK name as variable. It is mainly designed so as to have other SDK than iphoneos one, like iPhone simulator or Apple TV.
-
- Jul 06, 2020
-
-
Steve Lhomme authored
- includes the ActivateAudioInterfaceAsync API for UWP - include ucrtapp which replaces ucrt with no dependency on MS DLLs - WaitOnAddress/WakeByAddressXXX only in the proper libs (not kernel32) - wincrypt/CryptAPI only in the proper libs
-
- Jun 18, 2020
-
-
Steve Lhomme authored
Use variables-win64 plus extra variables instead
-
- Jun 17, 2020
-
-
Steve Lhomme authored
-
- Jun 04, 2020
-
-
Steve Lhomme authored
This version uses msvcrt as the C runtime and not the UCRT which we can't distribute on Win7 to Win8.1.
-
Steve Lhomme authored
-
- May 19, 2020
-
-
Konstantin Pavlov authored
-