• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG), Euroboros (EB), and Down Under Doomers (DUD).


Commit MetaInfo

Révision5a044f6f9b9969c40d941379427aa24712083617 (tree)
l'heure2024-02-09 02:18:15
AuteurSean Baggaley <sean@csnx...>
CommiterSean Baggaley

Message de Log

Add ARM64 server-only build job

Change Summary

Modification

diff -r 610a7a0fa4fc -r 5a044f6f9b99 .gitlab-ci.yml
--- a/.gitlab-ci.yml Sun Feb 18 16:42:46 2024 -0500
+++ b/.gitlab-ci.yml Thu Feb 08 17:18:15 2024 +0000
@@ -38,6 +38,14 @@
3838 variables:
3939 SERVERONLY: "ON"
4040
41+build_linux_serveronly_arm64:
42+ <<: *linux
43+ image: registry.heptapod.net/zandronum/ci-images/zandronum-build-ubuntu-arm64:latest
44+ tags:
45+ - arm64
46+ variables:
47+ SERVERONLY: "ON"
48+
4149 # Windows build currently require a shell runner with the dependencies already set up.
4250 # Set up as described on the wiki: https://wiki.zandronum.com/Compiling_Zandronum_with_Visual_Studio
4351 # Then, configure system environment variables pointing to the location of dependencies: