Skip to content
Snippets Groups Projects
Verified Commit 1d58b45e authored by Louis's avatar Louis :fire:
Browse files

Log release folders in gitlab build

parent 833bd2c3
No related branches found
No related tags found
No related merge requests found
Pipeline #259 failed with stages
in 6 minutes and 34 seconds
......@@ -59,6 +59,8 @@ package-all:
- mkdir -p dist/
- make assets
- cp -r assets dist/assets
- ls target/x86_64-unknown-linux-gnu/release/
- ls target/x86_64-pc-windows-gnu/release/
- cp target/x86_64-unknown-linux-gnu/release/${BINARY_NAME} "dist/${OUTPUT_NAME}"
- cp target/x86_64-pc-windows-gnu/release/${BINARY_NAME}.exe "dist/${OUTPUT_NAME}.exe"
- cd "${CI_PROJECT_DIR}/dist" && zip -r "windows.zip" "./${OUTPUT_NAME}.exe" ./assets
......
......@@ -63,4 +63,8 @@ clean_dist:
top_tail:
@echo "================================================"
@echo " Building ${PROJECT_NAME}"
@echo "================================================"
\ No newline at end of file
@echo "================================================"
.PHONY:
assets
run
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment