Commit 5ba8db12 authored by nanahira's avatar nanahira

remove mat_linux step for gitlab ci

parent c2c16628
...@@ -50,18 +50,17 @@ mat_submodules: ...@@ -50,18 +50,17 @@ mat_submodules:
- ocgcore - ocgcore
- script - script
mat_linux: #mat_linux:
stage: prepare # stage: prepare
tags: # tags:
- linux # - linux
image: git-registry.mycard.moe/mycard/docker-runner-base:debian11 # image: git-registry.mycard.moe/mycard/docker-runner-base:debian11
script: # script:
- 'true' # - apt update; apt -y install git wget tar
#- apt update; apt -y install git wget tar # - ./.ci/prepare-irrlicht.sh
#- ./.ci/prepare-irrlicht.sh # artifacts:
#artifacts: # paths:
# paths: # - irrlicht
# - irrlicht
mat_macos: mat_macos:
stage: prepare 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