Commit 5ba8db12 authored by nanahira's avatar nanahira

remove mat_linux step for gitlab ci

parent c2c16628
......@@ -50,18 +50,17 @@ mat_submodules:
- ocgcore
- script
mat_linux:
stage: prepare
tags:
- linux
image: git-registry.mycard.moe/mycard/docker-runner-base:debian11
script:
- 'true'
#- apt update; apt -y install git wget tar
#- ./.ci/prepare-irrlicht.sh
#artifacts:
# paths:
# - irrlicht
#mat_linux:
# stage: prepare
# tags:
# - linux
# image: git-registry.mycard.moe/mycard/docker-runner-base:debian11
# script:
# - apt update; apt -y install git wget tar
# - ./.ci/prepare-irrlicht.sh
# artifacts:
# paths:
# - irrlicht
mat_macos:
stage: prepare
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment