Commit 155e8aca authored by nanahira's avatar nanahira

conflict?

parent d889b469
Pipeline #15039 failed with stages
in 12 minutes and 21 seconds
...@@ -43,11 +43,10 @@ aria2_src: ...@@ -43,11 +43,10 @@ aria2_src:
- mv ../aria2-makefiles/Makefile.${targetArch} ./Makefile.release - mv ../aria2-makefiles/Makefile.${targetArch} ./Makefile.release
- make -f ./Makefile.release aria2.${targetArch}.build - make -f ./Makefile.release aria2.${targetArch}.build
- targetPath=arch-bin/${targetArch} - mkdir -p arch-bin/${targetArch}
- mkdir -p $targetPath - cp -L -f ${homebrewRoot}/bin/gtar arch-bin/${targetArch}/
- cp -L -f ${homebrewRoot}/bin/gtar $targetPath/ - cp -L -f ${homebrewRoot}/bin/zstd arch-bin/${targetArch}/
- cp -L -f ${homebrewRoot}/bin/zstd $targetPath/ - mv aria2.${targetArch}/src/aria2c arch-bin/${targetArch}/
- mv aria2.${targetArch}/src/aria2c $targetPath/
macOS_bin_x86_64: macOS_bin_x86_64:
extends: .macOS_bin_arch extends: .macOS_bin_arch
......
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