Commit 814e75ca authored by wind2009's avatar wind2009

Update ci

parent 19244f1d
Pipeline #36344 failed with stages
in 5 minutes and 18 seconds
...@@ -143,6 +143,7 @@ exec_linux: ...@@ -143,6 +143,7 @@ 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
...@@ -165,7 +166,9 @@ exec_linux: ...@@ -165,7 +166,9 @@ exec_linux:
paths: paths:
- bin/ - bin/
- obj/ - obj/
script: ./.ci/exec-macos-platform.sh script:
- 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