Commit 506c8d33 authored by wind2009's avatar wind2009

checkout

git checkout develop .ci .gitlab-ci.yml
parent 814e75ca
Pipeline #36420 failed with stages
in 7 minutes and 49 seconds
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -24,7 +24,6 @@ mat_common:
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.11.1.tar.gz | tar zfx -
- mv freetype-2.11.1 freetype
# irrlicht
- chmod +x ./.ci/*.sh
- ./.ci/prepare-irrlicht.sh
# miniaudio
- ./.ci/prepare-miniaudio.sh
......@@ -143,7 +142,6 @@ exec_linux:
- bin/
- obj/
script:
- chmod +x ./.ci/*.sh
- ./.ci/build-opus.sh
- premake5 gmake --build-freetype --build-sqlite
- cd build
......@@ -166,9 +164,7 @@ exec_linux:
paths:
- bin/
- obj/
script:
- chmod +x ./.ci/*.sh
- ./.ci/exec-macos-platform.sh
script: ./.ci/exec-macos-platform.sh
artifacts:
paths:
- ygopro-platforms
......
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