Commit ed57d7bc authored by nanahira's avatar nanahira

use vs for patch

parent c6523d5b
...@@ -111,12 +111,11 @@ mat_windows_irrlicht_dl: ...@@ -111,12 +111,11 @@ mat_windows_irrlicht_dl:
mat_windows_irrlicht: mat_windows_irrlicht:
stage: prepare2 stage: prepare2
tags: tags:
- windows - vs
dependencies: dependencies:
- mat_windows_irrlicht_dl - mat_windows_irrlicht_dl
script: script:
- choco install -y patch - patch -p0 < irrlicht\irrlicht.patch
- cmd /C "patch -p0 < irrlicht\irrlicht.patch"
artifacts: artifacts:
paths: paths:
- irrlicht - irrlicht
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