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: ...@@ -24,7 +24,6 @@ mat_common:
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.11.1.tar.gz | tar zfx - - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.11.1.tar.gz | tar zfx -
- mv freetype-2.11.1 freetype - mv freetype-2.11.1 freetype
# irrlicht # irrlicht
- chmod +x ./.ci/*.sh
- ./.ci/prepare-irrlicht.sh - ./.ci/prepare-irrlicht.sh
# miniaudio # miniaudio
- ./.ci/prepare-miniaudio.sh - ./.ci/prepare-miniaudio.sh
...@@ -143,7 +142,6 @@ exec_linux: ...@@ -143,7 +142,6 @@ exec_linux:
- bin/ - bin/
- obj/ - obj/
script: script:
- chmod +x ./.ci/*.sh
- ./.ci/build-opus.sh - ./.ci/build-opus.sh
- premake5 gmake --build-freetype --build-sqlite - premake5 gmake --build-freetype --build-sqlite
- cd build - cd build
...@@ -166,9 +164,7 @@ exec_linux: ...@@ -166,9 +164,7 @@ exec_linux:
paths: paths:
- bin/ - bin/
- obj/ - obj/
script: script: ./.ci/exec-macos-platform.sh
- chmod +x ./.ci/*.sh
- ./.ci/exec-macos-platform.sh
artifacts: artifacts:
paths: paths:
- ygopro-platforms - 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